- I had committed half of the implementation of my current project to master branch.
- Then I created new feature branch from master branch to implement rest of the implementation of the project.
- Since there was an urgent release I have reverted partial implementation from master branch while keeping those changes in my feature branch.
- After reverting my changes, other developer has added new commits to master branch.
- Now there are few new commits also available on master branch which are not available on my feature branch
How should I commit my changes to master branch now?