diff options
author | xyz <gky44px1999@gmail.com> | 2022-07-14 02:08:53 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-07-14 02:08:53 -0700 |
commit | 2cee4aa7be8a613139da25d104f33dadae8e4487 (patch) | |
tree | 31043f933f5c94df4d00f3b073b5edef4eb67d8a /home | |
parent | e2602331857ee41274d4b5d78bfc2f6f6923916b (diff) |
refactor
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/gitpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/gitpu b/home/xyz/.local/bin/gitpu index fcc32be9..5453faea 100755 --- a/home/xyz/.local/bin/gitpu +++ b/home/xyz/.local/bin/gitpu @@ -8,7 +8,7 @@ if [ -z "$1" ]; then git merge --no-edit master git push else - for dir ; do + for dir; do git -C "$dir" checkout master git -C "$dir" pull upstream master git -C "$dir" push |