[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"
|
||||
email = "tibo.depeuter@gmail.com"
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
||||
[core]
|
||||
editor = "vim";
|
||||
excludesFile = "~/.config/git/ignore"
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
||||
[help]
|
||||
autocorrect = 20
|
||||
|
||||
[includeIf "gitdir:~/university/"] # Trailing backslash is necessary!
|
||||
path = "~/.config/git/university"
|
||||
|
||||
[init]
|
||||
defaultBranch = "main"
|
||||
|
||||
|
|
Loading…
Reference in a new issue