You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Now make any changes you need to make on this branch. If you'd like to rebase this PR on top of the master branch of
the primary repository,
```shell
> git rebase origin/master
```
Finally, push the changes back up to the PR by pushing to their branch,
```shell
git push contributor contributor-feature:feature
```
Note that if you did a rebase, you'll need to add the `--force` (or `-f`) flag after `push`. The author of the PR
also may need to explicitly allow you to push to their branch.
## Helpful Links
*[Adding commits to someone else's pull request](https://tighten.co/blog/adding-commits-to-a-pull-request)
*[Official GH Docs on pushing to a PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork)
*[How to Rebase a PR](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request)