Sort gitconfig, make it rebase by default
This commit is contained in:
parent
e4b7ea2cf2
commit
66878ee567
1 changed files with 11 additions and 4 deletions
15
git/config
15
git/config
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue