I want to simulate conflict in git while switching braches without committing.
I have a master branch where I have a few files which are committed.
I create anther branch and modify the files which are also present in the master branch.
I still have not committted changes in the other branch.
But when I try to checkout the master branch It allows me to do the same.
I have not been able to simulate a conflicting scenario.
Can anyone give the file contents and the modified version of the same file which would cause a conflict.
mastercommit – CharlesB Jan 24 at 14:24