Add email to gitconfig
This commit is contained in:
parent
f113f3aa98
commit
dbb186a356
|
@ -1,5 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = Sage Vaillancourt
|
name = Sage Vaillancourt
|
||||||
|
email = sagev9000@tutanota.com
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
@ -22,3 +23,5 @@
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
verbose = true
|
verbose = true
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|
Loading…
Reference in New Issue