瀏覽代碼

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

Luna Stadler 4 年之前
父節點
當前提交
a36431bd7a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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