From 36a983effa8e2e613cae15d8180caa5ec527950a Mon Sep 17 00:00:00 2001 From: Shim Tw Date: Sun, 18 May 2014 17:16:25 +0900 Subject: [PATCH] Small style fix --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 85f7290..e6c1e4c 100644 --- a/README.ja.md +++ b/README.ja.md @@ -562,7 +562,7 @@ $ git stripspace < README.md 特定のプルリクエストを取り込み、一時的に`FETCH_HEAD`として保存すると、素早く差分を確認してマージすることが可能だ: ```bash -git fetch origin refs/pull/[PR-Number] +$ git fetch origin refs/pull/[PR-Number] ``` 参照仕様を使うとすべてのプルリクエストをローカル・ブランチとして取り込むことができる: diff --git a/README.md b/README.md index a359f71..518fed6 100644 --- a/README.md +++ b/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: ```bash -git fetch origin refs/pull/[PR-Number] +$ git fetch origin refs/pull/[PR-Number] ``` Acquire all Pull Request branches as local remote branches by refspec: