Skip to content

Commit f764229

Browse files
authored
Merge pull request #345 from ut-code/update-default-branch-description
Update description of default branch
2 parents 62c006c + 6f6a8a8 commit f764229

File tree

1 file changed

+1
-1
lines changed
  • docs/3-web-servers/10-git-github-init

1 file changed

+1
-1
lines changed

docs/3-web-servers/10-git-github-init/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $ git config --global user.email メールアドレス
7676

7777
<video src={setupGitVideo} controls muted />
7878

79-
現在 WSL 上の Ubuntu の Git では、デフォルトブランチの名前が `master` ですが、macOS では `main` になっています。また、GitHub ではデフォルトブランチの名前が `main` になっています。これらを統一するために、次のコマンドを実行してください。
79+
現在 WSL 上の Ubuntu の Git では、デフォルトブランチというものが `master` に設定されていますが、macOS では `main` になっています。また、GitHub ではデフォルトブランチが `main` になっています。これらを統一するために、次のコマンドを実行してください。
8080

8181
```shell
8282
git config --global init.defaultBranch main

0 commit comments

Comments
 (0)