dotfiles/git/config
Michael Bradley 7ffe08eb00 GPG sign commits
Note: May require updates to untracked personal/work files
2025-01-01 01:03:05 +13:00

28 lines
516 B
Text
Executable file

[user]
name = Michael Bradley
[core]
editor = lvim
[init]
defaultBranch = main
[pull]
rebase = true
[commit]
gpgsign = true
[includeIf "gitdir:~/dev/"]
path = ./config-personal
[includeIf "gitdir:~/school/"]
path = ./config-personal
[includeIf "gitdir:~/Documents/"]
path = ./config-personal
[includeIf "gitdir:~/work/"]
path = ./config-work
[credential "https://github.com"]
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper = !/usr/bin/gh auth git-credential