first commit
This commit is contained in:
20
gitconfig
Normal file
20
gitconfig
Normal file
@@ -0,0 +1,20 @@
|
||||
[user]
|
||||
name = Jason King
|
||||
email = mazdagtr@gmail.com
|
||||
[core]
|
||||
editor = vim
|
||||
[color]
|
||||
ui = auto
|
||||
|
||||
[url "https://github.com/"]
|
||||
insteadOf = gh
|
||||
[credential "https://github.com/"]
|
||||
username = mazdagtr
|
||||
|
||||
[url "https://gist.github.com/"]
|
||||
insteadOf = gist
|
||||
[credential "https://gist.github.com/"]
|
||||
username = mazdagtr
|
||||
|
||||
[credential]
|
||||
helper = store
|
||||
Reference in New Issue
Block a user