aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.config/git/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config
index 37f50a0..16932ce 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -128,9 +128,9 @@
}; __fn"
mc = "!GIT_EDITOR=true git merge --continue"
mm = mergetool
- pullu = "!git pull upstream $(git current-branch) --ff"
- pullo = "!git pull origin $(git current-branch) --ff"
- pusho = "!git push origin $(git current-branch)"
+ pullu = pull upstream HEAD --ff
+ pullo = pull origin HEAD --ff
+ pusho = push origin HEAD
cpick = cherry-pick
cpickc = "!GIT_EDITOR=true git cherry-pick --continue"
empty = commit --allow-empty