13 lines
266 B
INI
13 lines
266 B
INI
# This is Git's per-user configuration file.
|
|
[user]
|
|
# Please adapt and uncomment the following lines:
|
|
name = Jordan Bancino
|
|
email = jordan@bancino.net
|
|
[push]
|
|
autoSetupRemote = yes
|
|
[credential]
|
|
helper = store
|
|
[pull]
|
|
rebase = false
|
|
[init]
|
|
defaultBranch = master
|