Help!
If someone has gone through this or knows how to help, thank you.
git branch <xxxx>
git checkout xxxx
xxxx
git checkout master
xxxx
branch appear in master
Output from the command git checkout master
:
$ git checkout master
M WebContent/_footer.jsp
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
You are doing merge automatically. Is this normal or was it an installation error? Does anyone know to disable if it is an error?
EDIT: Guys, thank you for the help, but it's still unclear.
I was sure that the changes to my xxxx
branch would only appear in my master
branch when I ran the git merge xxxx
command, which was not the case.
Look, that by simply swapping a branch, it made the automatic merge and it's exactly that automatic merge