summaryrefslogtreecommitdiff
path: root/mac/.local/bin/gitupdate
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-12-25 20:15:11 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-12-25 20:15:11 +0900
commit1dd4c28afbfd62e1947afa03162788b6e8974ed1 (patch)
tree2acbcd12a5353e2b36d3a4d23aa6aeb662f7a339 /mac/.local/bin/gitupdate
parent28e8bdf7f8286bd431b7f3b709e79f3827b31469 (diff)
modified yazi/keymap-default.toml, modified bin/gitupdate, modified yazi/keymap-default.toml, modified bin/gitupdate
Diffstat (limited to 'mac/.local/bin/gitupdate')
-rwxr-xr-xmac/.local/bin/gitupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/.local/bin/gitupdate b/mac/.local/bin/gitupdate
index bbe1a92..063a4cd 100755
--- a/mac/.local/bin/gitupdate
+++ b/mac/.local/bin/gitupdate
@@ -76,7 +76,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