dotfiles/.gitconfig

13 lines
471 B
INI
Raw Normal View History

2018-04-05 12:34:27 +02:00
[user]
email = tobias.manske@mailbox.org
name = Tobias Manske
signingkey = 978D99F12D4E041F
[alias]
2018-06-10 21:56:57 +02:00
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(bold yellow)%d%C(reset)' --all
2018-04-05 12:34:27 +02:00
cu = "!git branch --merged | grep -v '\\*' | grep -v master | xargs -n 1 git branch -d"
2018-04-07 03:50:21 +02:00
undo = reset HEAD~
2018-04-05 12:34:27 +02:00
[commit]
gpgsign = true
[core]
autocrlf = input