add git to repo

This commit is contained in:
Nydragon 2023-02-12 00:28:36 +01:00
parent 296ebe7f6e
commit 626fa20d3d

10
git Normal file
View file

@ -0,0 +1,10 @@
{{#if (and email git_username)}}
[user]
email = {{email}}
name = {{git_username}}
{{/if}}
[push]
autoSetupRemote = True
[pull]
rebase = true