default to rebase w/ pull

Sat, 07 Feb 2015 01:47:55 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 07 Feb 2015 01:47:55 -0500
changeset 166
7d0c758c7a4d
parent 165
e109208ae2df
child 167
efbe6857dc96

default to rebase w/ pull

.gitconfig file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -16,3 +16,5 @@
 	outgoing  = log @{u}..
 	glog      = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
 
+[branch]
+	autosetuprebase = always

mercurial