git: added colors to git outputs
parent
60043214e7
commit
9596994b52
|
@ -1,3 +1,6 @@
|
|||
[color]
|
||||
ui = auto
|
||||
interactive = auto
|
||||
[alias]
|
||||
st = status
|
||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||
|
|
Loading…
Reference in New Issue