How shall I arrange merge from the master branch into my feature branch and commit of my own work on my feature branch?
问题 When trying to keep my feature branch up to date with the master branch, I have to merge the master branch to my feature branch from time to time. Is it correct that if such a merge succeeds, it will create a new commit on the feature branch? If such a merge fails, I will have to manually resolve the merge conflict. In such a case, is it a good idea to make a commit which includes both the changes which I make for resolving merge conflict and some work I do on the feature branch? Or shall I