[git] Add default branch
This commit is contained in:
parent
cb1e9496a9
commit
197fcdbb81
1 changed files with 6 additions and 3 deletions
|
@ -2,16 +2,19 @@
|
||||||
name = "Tibo De Peuter"
|
name = "Tibo De Peuter"
|
||||||
email = "tibo.depeuter@gmail.com"
|
email = "tibo.depeuter@gmail.com"
|
||||||
|
|
||||||
|
[color]
|
||||||
|
ui = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = "vim";
|
editor = "vim";
|
||||||
excludesFile = "~/.config/git/ignore"
|
excludesFile = "~/.config/git/ignore"
|
||||||
|
|
||||||
[color]
|
|
||||||
ui = true
|
|
||||||
|
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 20
|
autocorrect = 20
|
||||||
|
|
||||||
[includeIf "gitdir:~/university/"] # Trailing backslash is necessary!
|
[includeIf "gitdir:~/university/"] # Trailing backslash is necessary!
|
||||||
path = "~/.config/git/university"
|
path = "~/.config/git/university"
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = "main"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue