configuration/config/git/config

37 lines
847 B
Plaintext

[user]
email = felix.vanderjeugt@posteo.net
name = Felix Van der Jeugt
signingkey = 68FF561137C38F9618E97339AF25A2C2862AA368
[pull]
rebase = true
[merge]
conflictstyle = diff3
[push]
default = current
followTags = true
[gpg]
program = gpg
[commit]
gpgsign = true
[pager]
status = true
[alias]
pf = 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
ff = merge --ff-only
jn = merge --no-ff --log --edit
s = status -vv
ce = commit -m '' --allow-empty-message
ap = add -p
claim = blame -M -C -C -C
nuke = !git rm --cached -r . && git reset --hard
[rebase]
autoSquash = true
instructionFormat = %s <%an>%d
[rerere]
enabled = true
[core]
hooksPath = /home/ninewise/.config/git/hooks
[init]
defaultBranch = development