add git-up config

Mon, 13 Apr 2015 11:14:55 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 13 Apr 2015 11:14:55 -0400
changeset 182
5a18e80bf2ea
parent 181
83459cf3d815
child 183
24804a083693

add git-up config

.gitconfig file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -31,3 +31,8 @@
 [include]
 	path = ~/.gitconfig.local
 
+# https://github.com/aanand/git-up
+# $ gem install git-up
+[git-up "rebase"]
+	log-hook = "echo \"changes on $1:\"; git log --oneline --decorate $1..$2"
+

mercurial