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