Remove email from base config.
This commit is contained in:
parent
2cb3b103a9
commit
4a9621cc86
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[user]
|
[user]
|
||||||
email = vkbugge@hotmail.com
|
|
||||||
name = Sebastian Bugge
|
name = Sebastian Bugge
|
||||||
[pull]
|
[pull]
|
||||||
ff = false
|
ff = false
|
||||||
|
@ -18,4 +17,6 @@
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 10
|
autocorrect = 10
|
||||||
[includeIf "gitdir:~/code/"]
|
[includeIf "gitdir:~/code/"]
|
||||||
path = ~/code/.gitconfig
|
path = ~/code/.gitconfig
|
||||||
|
[include]
|
||||||
|
path = ~/.gitconfig_local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue