I have a problem here: I have a branch feature in development and it posts a decent number of conflicts with master branch. I would like to make a pull request in the future to merge it with master.
Right now, I would hope to resolve some conflicts with master (not planning to merge yet). Will there be a recommended way for me to do that? I am thinking about creating a new branch with the up-to-date master and either cherry-pick or pull the feature branch and resolve conflict accordingly. Is that the right way? Also, in the future after more master pushes, should I redo the same process to resolve conflict? Thank you!