diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 04:21:14 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 04:21:14 -0800 |
commit | f78367d93b516861878dbc8387510a1dbad19b67 (patch) | |
tree | 76c3470d57bd8340f129e0a001049853803487ea /home/xyz/.local/bin/gita | |
parent | 9758a139ef614b94cbdca8d2cd0c884c822ab4b6 (diff) |
update
Diffstat (limited to 'home/xyz/.local/bin/gita')
-rwxr-xr-x | home/xyz/.local/bin/gita | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita index 2de1a675..ee003061 100755 --- a/home/xyz/.local/bin/gita +++ b/home/xyz/.local/bin/gita @@ -13,6 +13,5 @@ shift $((OPTIND-1)) mes="${1:-update}" -$cmd add -u -$cmd commit -m "$mes" +$cmd commit --all -m "$mes" $cmd push |