# HG changeset patch # User Meredith Howard # Date 1428938095 14400 # Node ID 5a18e80bf2ea5c9d78cdc5edc71cafe4557fc709 # Parent 83459cf3d8153a3b4af4635896f96dacaff3e864 add git-up config diff --git a/.gitconfig b/.gitconfig --- 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" +