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 |