20 lines
474 B
Plaintext
20 lines
474 B
Plaintext
[user]
|
|
email = felix.vanderjeugt@gmail.com
|
|
name = Felix Van der Jeugt
|
|
signingkey = 68FF561137C38F9618E97339AF25A2C2862AA368
|
|
[pull]
|
|
rebase = true
|
|
[merge]
|
|
conflictstyle = diff3
|
|
[push]
|
|
default = simple
|
|
[core]
|
|
excludesfile = ~/.config/gitignore
|
|
[gpg]
|
|
program = gpg2
|
|
[commit]
|
|
gpgsign = true
|
|
[alias]
|
|
pushf = push --force-with-lease
|
|
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|