diff options
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 |
