Skip to content

Commit 36a983e

Browse files
committed
Small style fix
1 parent 44cee88 commit 36a983e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ $ git stripspace < README.md
562562
特定のプルリクエストを取り込み、一時的に`FETCH_HEAD`として保存すると、素早く差分を確認してマージすることが可能だ:
563563

564564
```bash
565-
git fetch origin refs/pull/[PR-Number]
565+
$ git fetch origin refs/pull/[PR-Number]
566566
```
567567

568568
参照仕様を使うとすべてのプルリクエストをローカル・ブランチとして取り込むことができる:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Pull Requests are special branches on the GitHub repository which can be retriev
563563
Retrieve a specific Pull Request and store it temporarily in `FETCH_HEAD` for quickly `diff`ing or `merge`ing:
564564

565565
```bash
566-
git fetch origin refs/pull/[PR-Number]
566+
$ git fetch origin refs/pull/[PR-Number]
567567
```
568568

569569
Acquire all Pull Request branches as local remote branches by refspec:

0 commit comments

Comments
 (0)