.gitconfig

changeset 491
22a04cc90ff9
parent 489
ba71ed414be4
child 492
e5d6f6523162
--- a/.gitconfig
+++ b/.gitconfig
@@ -23,7 +23,7 @@
 	br      = branch
 	staged  = diff --cached
 	unstage = reset HEAD --
-	up      = pull -r --all --prune
+	up      = pull -r --prune
 	update  = "!git remote update -p && git merge --ff-only --stat @{u}"
 	in      = "!git remote update -p; git log --pretty=onelinecustom ..@{u}"
 	out     = "!git log --pretty=onelinecustom @{u}.."

mercurial