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