Skip to content

Commit aca3a6b

Browse files
authored
Adhering to style guide around blank lines
Added example for checking out a pull request locally.
1 parent 925cdc1 commit aca3a6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ Anyone can work with a previously opened pull request to continue working on it,
7070
```shell
7171
git fetch origin pull/ID/head:BRANCH_NAME
7272
```
73+
7374
For pull request #123, creating a local branch named `test_branch`, this would become:
75+
7476
```shell
7577
git fetch origin pull/123/head:test_branch
7678
```

0 commit comments

Comments
 (0)