Sort gitconfig, make it rebase by default

This commit is contained in:
Michael Bradley 2024-01-12 13:34:40 -05:00
parent e4b7ea2cf2
commit 66878ee567

View file

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