Skip to content

Commit 9c7ecca

Browse files
authored
[Documentation:Developer] unset upstream for fork PRs (#609)
add instructions to remove the upstream Co-authored-by: Barb Cutler <Barb Cutler>
1 parent fb7f9a0 commit 9c7ecca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_docs/developer/getting_started/commit_to_PR_from_fork.md

+6
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ The instructions below are for command line use of git.
120120
121121
7. Confirm that you can see the changes on the Github website for the PR.
122122
123+
8. NOTE that when you move on to work on another PR from a fork, you will need to
124+
cleanup / unset the upstream before you can set it to another repository:
125+
126+
```
127+
git remote rm upstream
128+
```
123129
124130
---
125131

0 commit comments

Comments
 (0)