We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff9186 commit 8efa87bCopy full SHA for 8efa87b
1 file changed
rc/gitconfig
@@ -47,6 +47,6 @@
47
lg = !git --no-pager log --reverse --pretty='%C(yellow)%h %C(bold blue)%<(15,trunc)%an%Creset %Cgreen%ad%Creset %s%C(auto)%d%Creset' --date=format:'%Y/%m/%d %H:%M' -n32
48
remotes = !git remote -vv
49
stashes = !git stash list
50
- sync = !git fetch && git cleanup && git pull && git push
+ sync = !git fetch && git pull && git cleanup && git push
51
undo = !git reset HEAD^
52
unstage = !git reset HEAD --
0 commit comments