1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-10 01:46:37 +02:00

Small style fix

This commit is contained in:
Shim Tw
2014-05-18 17:16:25 +09:00
parent 44cee8870a
commit 36a983effa
2 changed files with 2 additions and 2 deletions

View File

@@ -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]
```
参照仕様を使うとすべてのプルリクエストをローカル・ブランチとして取り込むことができる:

View File

@@ -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: