Add .gitconfig

main
Jasper Bok 2022-06-02 18:47:39 +02:00
commit c030c0ca06
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[alias]
s = status
f = fetch
l = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
ll = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all
[user]
name = {{ .user.name }}
email = {{ .user.email }}