diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git/gitconfig b/git/gitconfig index 58c34f1..e9f51da 100644 --- a/git/gitconfig +++ b/git/gitconfig | |||
| @@ -20,3 +20,6 @@ | |||
| 20 | [diff] | 20 | [diff] |
| 21 | colorMoved = default | 21 | colorMoved = default |
| 22 | 22 | ||
| 23 | [alias] | ||
| 24 | lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches | ||
| 25 | |||
