Skip to content

[Documentation:Developer] unset upstream for fork PRs #609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading