Skip to content

Commit 3234e24

Browse files
committed
Removed fetching from the git sync alias
1 parent ff284c5 commit 3234e24

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
@@ -49,6 +49,6 @@
4949
newbranch = "!f() { git branch \"$1\" && git push -u origin \"$1\" && git checkout \"$1\"; }; f"
5050
remotes = !git remote -vv
5151
stashes = !git stash list
52-
sync = !git fetch && git pull && git cleanup && git push
52+
sync = !git pull && git cleanup && git push
5353
undo = !git reset HEAD^
5454
unstage = !git reset HEAD --

0 commit comments

Comments
 (0)