ソースを参照

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