feat: Add .gitconfig

This commit is contained in:
2024-07-17 15:20:13 +10:00
parent e1b41043cb
commit fbc53d7375

22
.gitconfig Normal file
View File

@@ -0,0 +1,22 @@
[user]
email = github@nathan.woodburn.au
name = Nathan Woodburn
signingkey = 1C7AAF75F5333B3E484940B7203B000478AD0EF1
[commit]
gpgsign = true
[tag]
forceSignAnnotated = true
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[init]
defaultBranch = main
[safe]
directory = /home/nathan/Git/wvac_app/app
[cola]
spellcheck = false
[credential]
helper = store