.gitconfig

changeset 310
6dd92510e2bd
parent 307
b78751068fd3
child 335
fe632d892513
--- a/.gitconfig
+++ b/.gitconfig
@@ -20,7 +20,7 @@
 	br      = branch
 	staged  = diff --cached
 	unstage = reset HEAD --
-	fetch   = "!git remote update -p && git rebase --stat @{u}"
+	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}.."
 	new     = "!git log --pretty=onelinecustom $1@{1}..$1@{0}"

mercurial