diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-03-27 22:12:33 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-03-27 22:12:33 +0200 |
| commit | 0c3d113daf351fb7d9b3bb84649d44c4274cd170 (patch) | |
| tree | 79c669054137cee35dfb6645b8d42e3f61dbf373 /git | |
| parent | 6e65e2a5734f2834043d0cad6fbbbfbabd0eb3a4 (diff) | |
| download | dotfiles-0c3d113daf351fb7d9b3bb84649d44c4274cd170.tar.gz dotfiles-0c3d113daf351fb7d9b3bb84649d44c4274cd170.tar.bz2 dotfiles-0c3d113daf351fb7d9b3bb84649d44c4274cd170.zip | |
Farbige, kompakte GIT-Logs
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 | |||
