Add slg alias to gitconfig

This commit is contained in:
Pavle Portic 2022-06-27 12:40:03 +02:00
parent 603927a41e
commit e983705127
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
signingkey = 66AD4BA646FBC0D2
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
slg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s' --abbrev-commit
[diff]
tool = nvimdiff
[difftool]