We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cc85e commit eff9186Copy full SHA for eff9186
1 file changed
rc/gitconfig
@@ -47,5 +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
51
undo = !git reset HEAD^
52
unstage = !git reset HEAD --
0 commit comments