diff --git a/config/git/config b/config/git/config new file mode 100644 index 0000000..93d2134 --- /dev/null +++ b/config/git/config @@ -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