configuration/gitconfig

22 lines
517 B
Plaintext
Raw Normal View History

2015-09-09 20:12:29 +02:00
[user]
email = felix.vanderjeugt@gmail.com
2016-04-26 17:11:16 +02:00
name = Felix Van der Jeugt
2017-01-19 17:00:48 +01:00
signingkey = 68FF561137C38F9618E97339AF25A2C2862AA368
2015-09-09 20:12:29 +02:00
[pull]
rebase = true
2016-04-26 17:11:16 +02:00
[merge]
conflictstyle = diff3
[push]
default = simple
[core]
excludesfile = ~/.config/gitignore
2017-01-19 17:00:48 +01:00
[gpg]
program = gpg2
[commit]
gpgsign = true
2017-05-18 09:53:57 +02:00
[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
2017-08-21 15:28:46 +02:00
ff = merge --ff-only
2017-10-09 10:22:36 +02:00
co = checkout