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]
|
[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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue