.gitconfig

branch
mhoward-lt
changeset 175
6a6b1f67a46e
parent 170
fb8391e37094
parent 173
757eaebee0a2
equal deleted inserted replaced
172:ff95afc589ea 175:6a6b1f67a46e
16 outgoing = log @{u}.. 16 outgoing = log @{u}..
17 glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative 17 glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
18 18
19 [branch] 19 [branch]
20 autosetuprebase = always 20 autosetuprebase = always
21
22 [include]
23 path = ~/.gitconfig.local
24

mercurial