git signing addition (on cube, will need to sort for other machines)

This commit is contained in:
2025-07-17 11:26:10 +01:00
parent 5849834c39
commit 42c1082af7
5 changed files with 609 additions and 26 deletions
+6 -2
View File
@@ -1,9 +1,11 @@
[user]
email = hello@jake-is.me
name = Jake Pullen
signingkey = 047E30AFD800B3E3
[commit]
template = ~/.config/git/template
template = ~/.config/git/template
gpgsign = true
[core]
autocrlf = input # keep newlines as in input
@@ -26,7 +28,7 @@
renames = copies # detect copies as renames in diffs
[init]
defaultBranch = main
defaultBranch = main
[log]
abbrevCommit = true # short commits
@@ -85,3 +87,5 @@
insteadOf = "JP:"
[maintenance]
repo = /home/devin/dotfiles
[fetch]
prune = true