add gitconfig (git lol)

This commit is contained in:
Thomas NOËL 2021-07-01 17:17:53 +02:00
parent 6aa5e2f8ad
commit ef44d469f1
1 changed files with 10 additions and 0 deletions

10
dotfiles/.gitconfig Normal file
View File

@ -0,0 +1,10 @@
[user]
email = tnoel@entrouvert.com
name = Thomas NOËL
[alias]
lastcommit = show --no-patch --no-decorate
#lol = log --oneline --abbrev
lol = log --pretty=format:\"%C(yellow)%h %Cgreen%cs%Creset%Cred%d%Creset %s %Cblue%al\"
[pull]
rebase = false