28 lines
516 B
Text
Executable file
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
|