We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff284c5 commit 3234e24Copy full SHA for 3234e24
1 file changed
rc/gitconfig
@@ -49,6 +49,6 @@
49
newbranch = "!f() { git branch \"$1\" && git push -u origin \"$1\" && git checkout \"$1\"; }; f"
50
remotes = !git remote -vv
51
stashes = !git stash list
52
- sync = !git fetch && git pull && git cleanup && git push
+ sync = !git pull && git cleanup && git push
53
undo = !git reset HEAD^
54
unstage = !git reset HEAD --
0 commit comments