Browse Source

~/.gitconfig: Use `main` as the default branch name

Luna Stadler 4 years ago
parent
commit
a36431bd7a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitconfig

+ 2 - 0
.gitconfig

@ -38,3 +38,5 @@
38 38
	ff = only
39 39
[http "https://gopkg.in"]
40 40
	followRedirects = true
41
[init]
42
	defaultBranch = main