I am very new to git
and already met a lot of bad situations before such as losing commits so a bit scared to do this process myself so, I had two different branches and I merged one of them with master branch
and when I tried to merge, it says
This merge has conflicts that must be resolved before it can be committed. To manually merge these changes into master run the following commands:
git checkout master
git merge remotes/origin/edit
Does it mean, I need to enter the given commands and git push origin master
again to store the latest version of the master branch
on my remote repo.