Added git config file
This commit is contained in:
parent
4301a4af0f
commit
a328c4daab
1 changed files with 15 additions and 0 deletions
15
config/git/config
Normal file
15
config/git/config
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[user]
|
||||||
|
name = Tibo De Peuter
|
||||||
|
email = tibo.depeuter@telenet.be
|
||||||
|
[credential "https://github.com"]
|
||||||
|
helper =
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
[credential "https://gist.github.com"]
|
||||||
|
helper =
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
[core]
|
||||||
|
editor = vim
|
Loading…
Reference in a new issue