I am using EGit in Eclipse. I have one local repository with a Working directory and two branches. I have create a branch based on the master branch. I have added a folder and a file in the folder in the "secondary" branch. When i switch to the master branch, the folder i have created in the other branch and the files are showing up in the master branch and in the working directory.
Did i miss something? According to me it shouldnt show up and only when i push the secondary branch to the master one.
Could you please help on that
Regards