diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-25 23:09:42 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-25 23:09:42 +0900 |
| commit | 99118feb2debc79f44f53366b7ab706d384a2313 (patch) | |
| tree | 28ffb5f1b13248ba0c0ddf3141f98edb5b6248cc /mac | |
| parent | 0243e287d7d5ce96d7353298ba1373c709bbdbe3 (diff) | |
Diffstat (limited to 'mac')
| -rwxr-xr-x | mac/.local/bin/gitupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/.local/bin/gitupdate b/mac/.local/bin/gitupdate index 82fa58b..692a365 100755 --- a/mac/.local/bin/gitupdate +++ b/mac/.local/bin/gitupdate @@ -81,7 +81,7 @@ else else remote=$(git remote | head -n 1) fi - git pull --rebase $remote "$branch" + git pull --rebase "$remote" "$branch" git remote | xargs -L1 git push --all fi |
