7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
|
[alias]
|
||
|
d = difftool
|
||
|
co = checkout
|
||
|
st = status
|
||
|
ci = commit
|
||
|
hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(bold blue){{%an}}%C(reset) %C(white)%s %C(red)%d%C(reset)' --graph --date=short
|