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