Added git config file

This commit is contained in:
Tibo De Peuter 2022-06-27 10:12:51 +02:00
parent 4301a4af0f
commit a328c4daab

15
config/git/config Normal file
View 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