15 lines
231 B
INI
15 lines
231 B
INI
[user]
|
|
email = fergus@molloy.xyz
|
|
name = Fergus Molloy
|
|
[init]
|
|
defaultBranch = main
|
|
[checkout]
|
|
defaultRemote = origin
|
|
guess = true
|
|
[branch]
|
|
autoSetupRebase = always
|
|
[commit]
|
|
gpgsign = true
|
|
[push]
|
|
autoSetupRemote = true
|