We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62c006c + 6f6a8a8 commit f764229Copy full SHA for f764229
docs/3-web-servers/10-git-github-init/index.md
@@ -76,7 +76,7 @@ $ git config --global user.email メールアドレス
76
77
<video src={setupGitVideo} controls muted />
78
79
-現在 WSL 上の Ubuntu の Git では、デフォルトブランチの名前が `master` ですが、macOS では `main` になっています。また、GitHub ではデフォルトブランチの名前が `main` になっています。これらを統一するために、次のコマンドを実行してください。
+現在 WSL 上の Ubuntu の Git では、デフォルトブランチというものが `master` に設定されていますが、macOS では `main` になっています。また、GitHub ではデフォルトブランチが `main` になっています。これらを統一するために、次のコマンドを実行してください。
80
81
```shell
82
git config --global init.defaultBranch main
0 commit comments