diff options
| author | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2016-06-16 15:14:20 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2016-06-16 15:27:18 +0200 |
| commit | 02787723a913416ec224f06913b2195697c32562 (patch) | |
| tree | 73f5e3dfc47292da6320a4e1df2c3c359ebfbd69 | |
| parent | 0a0f79bf4f3d16b08610b4e555da09be7887d122 (diff) | |
git: Automatically color UI
| -rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 009c1d8..bed7de3 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -8,3 +8,5 @@ [alias] ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr%Creset %Cblue%an%Creset' --abbrev-commit --date=relative --all l = log --pretty=format:'%Cred%H%Creset -%C(yellow)%d%Creset %s %Cgreen%cr%Creset %Cblue%an%Creset' --abbrev-commit --date=relative +[color] + ui = auto |
