I have been working on a local partition branch for some time, making a few changes from time to time.
At the same time, the master branch has changed significantly. I decided to include new changes in the master branch in my branch of local themes (which practically do not have any changes with respect to the original command latch, from which I separated):
git fetch git checkout my_branch git merge origin/master
but then git warns me:
Please enter a commit message to explain why this merge is necessary, especially if it merges the updated upstream into a topic branch.
I was curious. Why a warning? Should I rebase instead ? or cherry pick ? And besides this, how can I use reinstallation or cherry pick in my case?
git version-control
Josh
source share