.gitconfig

changeset 182
5a18e80bf2ea
parent 180
96dbe6a6008d
child 186
4d168818b573
equal deleted inserted replaced
181:83459cf3d815 182:5a18e80bf2ea
29 stat = true 29 stat = true
30 30
31 [include] 31 [include]
32 path = ~/.gitconfig.local 32 path = ~/.gitconfig.local
33 33
34 # https://github.com/aanand/git-up
35 # $ gem install git-up
36 [git-up "rebase"]
37 log-hook = "echo \"changes on $1:\"; git log --oneline --decorate $1..$2"
38

mercurial