1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 08:23:27 +01:00
dotfiles/tools/vcs/git/gitconfig

30 lines
365 B
Plaintext
Raw Normal View History

2017-02-11 13:30:07 +01:00
[user]
email = vbrandl@riseup.net
name = Valentin Brandl
signingkey = 0x7FB009175885FC76
[commit]
gpgsign = true
[color]
branch = true
diff = true
grep = true
pager = true
status = true
ui = always
[core]
autocrlf = input
editor = vim
[push]
default = simple
[url "git@github.com:"]
insteadOf = gh:
insteadOf = github:
[github]
user = vbrandl