diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 12:22:07 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 12:22:07 +0000 |
commit | 06b35c08dcc6c483ac743fff5b30d5b368cbe317 (patch) | |
tree | 8408700874e067332a509499f1c888974f39a25a /home | |
parent | 972cf45232f8de58729beef788dab38f20378779 (diff) |
update
Diffstat (limited to 'home')
-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 |