aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-03-27 22:12:33 +0200
committerThomas Schmucker <ts@its1.de>2023-03-27 22:12:33 +0200
commit0c3d113daf351fb7d9b3bb84649d44c4274cd170 (patch)
tree79c669054137cee35dfb6645b8d42e3f61dbf373 /git
parent6e65e2a5734f2834043d0cad6fbbbfbabd0eb3a4 (diff)
downloaddotfiles-0c3d113daf351fb7d9b3bb84649d44c4274cd170.tar.gz
dotfiles-0c3d113daf351fb7d9b3bb84649d44c4274cd170.tar.bz2
dotfiles-0c3d113daf351fb7d9b3bb84649d44c4274cd170.zip
Farbige, kompakte GIT-Logs
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig3
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