diff options
Diffstat (limited to 'ar/.local/bin/gitupdate')
| -rwxr-xr-x | ar/.local/bin/gitupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/gitupdate b/ar/.local/bin/gitupdate index a2c65ba..1583de6 100755 --- a/ar/.local/bin/gitupdate +++ b/ar/.local/bin/gitupdate @@ -73,7 +73,7 @@ else # Add and commit changes git add --all . git commit -m "$message" - git pull --rebase origin "$branch" + git pull --rebase $git_current_remote "$branch" git remote | xargs -L1 git push --all fi |
