We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cee88 commit 36a983eCopy full SHA for 36a983e
2 files changed
README.ja.md
@@ -562,7 +562,7 @@ $ git stripspace < README.md
562
特定のプルリクエストを取り込み、一時的に`FETCH_HEAD`として保存すると、素早く差分を確認してマージすることが可能だ:
563
564
```bash
565
-git fetch origin refs/pull/[PR-Number]
+$ git fetch origin refs/pull/[PR-Number]
566
```
567
568
参照仕様を使うとすべてのプルリクエストをローカル・ブランチとして取り込むことができる:
README.md
@@ -563,7 +563,7 @@ Pull Requests are special branches on the GitHub repository which can be retriev
Retrieve a specific Pull Request and store it temporarily in `FETCH_HEAD` for quickly `diff`ing or `merge`ing:
569
Acquire all Pull Request branches as local remote branches by refspec:
0 commit comments