This commit is contained in:
2025-06-18 10:31:29 +01:00
commit cba38937fa
15 changed files with 3324 additions and 0 deletions

14
git/.gitconfig Normal file
View 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