Skip to content

Commit f23157f

Browse files
authored
Merge pull request #539 from ut-code/git-pull-origin-branch-name
git pull から git pull origin ブランチ名 に変更
2 parents 6b795fc + b84dc86 commit f23157f

File tree

1 file changed

+1
-1
lines changed
  • docs/3-web-servers/11-team-development

1 file changed

+1
-1
lines changed

docs/3-web-servers/11-team-development/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ GitHub を開き `Pull requests` を開いてください。
168168
コマンドラインからプルするには、次のコマンドを実行します。
169169

170170
```shell
171-
git pull
171+
git pull origin ブランチ名
172172
```
173173

174174
<video src={pullBranchWithCliVideo} muted controls />

0 commit comments

Comments
 (0)