We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7f9a0 commit 97f29e2Copy full SHA for 97f29e2
_docs/developer/getting_started/commit_to_PR_from_fork.md
@@ -120,6 +120,12 @@ The instructions below are for command line use of git.
120
121
7. Confirm that you can see the changes on the Github website for the PR.
122
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
129
130
---
131
0 commit comments