add: git config

This commit is contained in:
Tobias Reisinger 2019-12-19 21:42:54 +01:00
parent 270f3030f1
commit 918a0708a6
3 changed files with 28 additions and 5 deletions
.config/git

12
.config/git/config Normal file
View file

@ -0,0 +1,12 @@
[user]
email = tobias@msrg.cc
name = Tobias Reisinger
signingkey = 723B78C0BF8D8C721D2C4EEF41E544A54E2533B2
[core]
editor = vim
pager = less
excludesfile = /home/tr3isinger/.config/git/ignore
[help]
autocorrect = 20
[diff]
external = /home/tr3isinger/.config/git/ext_diff.sh