Skip to content

Commit eff9186

Browse files
committed
Added the sync git alias
1 parent d8cc85e commit eff9186

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rc/gitconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
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
4848
remotes = !git remote -vv
4949
stashes = !git stash list
50+
sync = !git fetch && git cleanup && git pull && git push
5051
undo = !git reset HEAD^
5152
unstage = !git reset HEAD --

0 commit comments

Comments
 (0)