init
This commit is contained in:
14
git/.gitconfig
Normal file
14
git/.gitconfig
Normal file
@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user