From fbc53d73754d7e9a77bdd04c46d8aa7e66922896 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 17 Jul 2024 15:20:13 +1000 Subject: [PATCH] feat: Add .gitconfig --- .gitconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..7712c72 --- /dev/null +++ b/.gitconfig @@ -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