Skip to content

Commit 8efa87b

Browse files
committed
Fixed git sync alias
1 parent eff9186 commit 8efa87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rc/gitconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +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
50+
sync = !git fetch && git pull && git cleanup && git push
5151
undo = !git reset HEAD^
5252
unstage = !git reset HEAD --

0 commit comments

Comments
 (0)