diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-20 12:12:31 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-20 12:12:31 -0700 |
commit | 6c60f1b54c0e7d2e88c2e9412069f958f21262a8 (patch) | |
tree | feb87e5c84f2931e99a876fe6853f56d754572cc /home | |
parent | c969b504a07984f6abf43293d9e1caa2707a43fc (diff) |
update
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/gita | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita index c5179f36..9e445761 100755 --- a/home/xyz/.local/bin/gita +++ b/home/xyz/.local/bin/gita @@ -11,7 +11,7 @@ while getopts cls f; do done shift $((OPTIND-1)) -mes="${1:-upgrade}" +mes="${1:-update}" $cmd add -u $cmd commit -m "$mes" |