Updated gitconfig
This commit is contained in:
parent
bf82c8933e
commit
e53f5de1b8
|
@ -1,5 +1,10 @@
|
|||
[user]
|
||||
email = kenwood364@gmail.com
|
||||
name = KenwoodFox
|
||||
[alias]
|
||||
add-commit = !git add -A && git commit
|
||||
[credential]
|
||||
helper = store
|
||||
[global]
|
||||
[push]
|
||||
default = current
|
||||
|
|
Loading…
Reference in New Issue