I am working on an open source project and this is the first time for me.
I had a query. I made a PR and committed changes (using git commit --amend) and then forced pushed it.
But before this some other changes have been merged (into the master branch by someone else's PR).
Now I wanted to ask how would I be rebasing the changes, so that my PR is good again.
(For example my branch name is my-branch)
Thank You
Asked
Active
Viewed 18 times
0
Azan
- 19
- 1
- 6
-
You can follow the step by step in the answers of [this post](https://stackoverflow.com/questions/7929369/how-to-rebase-local-branch-onto-remote-master) – GuiFalourd Jul 13 '21 at 15:00