Skip to content

Commit

Permalink
[Documentation:Developer] unset upstream for fork PRs (#609)
Browse files Browse the repository at this point in the history
add instructions to remove the upstream

Co-authored-by: Barb Cutler <Barb Cutler>
  • Loading branch information
bmcutler authored Jun 5, 2024
1 parent fb7f9a0 commit 9c7ecca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _docs/developer/getting_started/commit_to_PR_from_fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ The instructions below are for command line use of git.
7. Confirm that you can see the changes on the Github website for the PR.
8. NOTE that when you move on to work on another PR from a fork, you will need to
cleanup / unset the upstream before you can set it to another repository:
```
git remote rm upstream
```
---
Expand Down

0 comments on commit 9c7ecca

Please sign in to comment.