diff options
Diffstat (limited to 'home/xyz/.local/bin/gita')
-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 27b45549..c5179f36 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:-refactor}" +mes="${1:-upgrade}" $cmd add -u $cmd commit -m "$mes" |