Skip to content

Commit 900b625

Browse files
authored
Update instructions for checking out pull requests
Removed example for fetching a pull request locally.
1 parent aca3a6b commit 900b625

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ 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-
74-
For pull request #123, creating a local branch named `test_branch`, this would become:
75-
76-
```shell
77-
git fetch origin pull/123/head:test_branch
78-
```
7973

8074
1. Switch to the new branch that's based on this pull request:
8175

0 commit comments

Comments
 (0)