add git to repo
This commit is contained in:
parent
296ebe7f6e
commit
626fa20d3d
1 changed files with 10 additions and 0 deletions
10
git
Normal file
10
git
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{{#if (and email git_username)}}
|
||||||
|
[user]
|
||||||
|
email = {{email}}
|
||||||
|
name = {{git_username}}
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = True
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
Loading…
Add table
Reference in a new issue