Move git config to own folder
This commit is contained in:
10
git/.gitconfig
Normal file
10
git/.gitconfig
Normal file
@ -0,0 +1,10 @@
|
||||
[user]
|
||||
name = Tim
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
[push]
|
||||
default = current
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
Reference in New Issue
Block a user