浏览代码

~/.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