dotfiles/git/config
2025-01-01 01:36:42 +13:00

26 lines
465 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
[credential "https://github.com"]
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper = !/usr/bin/gh auth git-credential