29 lines
559 B
INI
29 lines
559 B
INI
[user]
|
|
name = Noah Knegt
|
|
email = personal@noahknegt.com
|
|
[pull]
|
|
rebase = true
|
|
[format]
|
|
signOff = true
|
|
[fetch]
|
|
prune = true
|
|
[core]
|
|
editor = nvim
|
|
[push]
|
|
autoSetupRemote = true
|
|
|
|
[IncludeIf "gitdir:~/Documents/work/"]
|
|
path = ~/.config/git/work.gitconfig
|
|
|
|
[IncludeIf "gitdir:~/Documents/git.noahknegt.com/"]
|
|
path = ~/.config/git/git.noahknegt.com.gitconfig
|
|
|
|
[IncludeIf "gitdir:~/Documents/github/"]
|
|
path = ~/.config/git/github.gitconfig
|
|
|
|
[IncludeIf "gitdir:~/.config/nvim/"]
|
|
path = ~/.config/git/git.noahknegt.com.gitconfig
|
|
|
|
[init]
|
|
defaultBranch = main
|