Completely messed up
I created remote branch feature/id99
from master. Then committed local changes and pushed to feature/id99
I was supposed to create branch from "QA" branch.
Because I branched from master, some of the code that was in master (and not in QA) is now included in my branch when I pull request to qa :-(.
How do I 1) keep the same branch "feature/id99", 2) "re-branch" from QA, 3) commit my changes into "feature/id99"?
Since no changes have been done to QA since I've been working on feature/id99, the objective should be when I pull request to QA, only my changes in "feature/id99" should appear in the request
Thanks