dotfiles/.gitconfig

25 lines
548 B
INI

[user]
email = daniel-git@c0ntroller.de
name = Daniel Kluge
signingKey = ~/.ssh/id_rsa.pub
[init]
defaultBranch = senpai
[alias]
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all
fpush = push
[rerere]
enabled = true
autoUpdate = true
[branch]
sort = -committerdate
[column]
ui = auto
[commit]
gpgSign = true
[push]
gpgSign = if-asked
[tag]
gpgSign = true
[gpg]
format = ssh