Default branch name main
dblume

dblume commited on 2021-10-16 20:56:45
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -19,3 +19,5 @@
19 19
 	log2 = log --graph --abbrev-commit --decorate --date short --format=format:'%C(bold blue)%h%C(reset) %C(bold cyan)%ad%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''        %C(white)%s%C(reset) %C(dim white)%an%C(reset)' --all
20 20
 [pull]
21 21
 	rebase = false
22
+[init]
23
+	defaultBranch = main
22 24