Guys I have the following scenario:
- I created a pull request with changes A,B,C (test-branch).
- I merged this branch to development (test-branch => development).
- I had to revert this merge;
- I merged new things from other branches;
Now I want to merge again these changes from (test-branch) but I can't, always the I give rebase
or pull from test-brach
the changes are not coming..
I already did reset hard origin/development
locally but does not work.
someone can help ? I think I have to delete from tree, but I don't know