add: git config
This commit is contained in:
parent
270f3030f1
commit
918a0708a6
3 changed files with 28 additions and 5 deletions
.config/git
12
.config/git/config
Normal file
12
.config/git/config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue