I am attempting to setup a new Eclipse environment to work on an existing project that is stored in BitBucket.
I am able to clone the BitBucket repository & checkout two branches (master & develop).
With the two branches in my local repository, I'm having the following issue: - Switch to develop - Change a file (e.g. ContentHandler.java) - Switch to master - There are no warnings about uncommitted changes being lost - The changes I made to the file are still visible after I've switched to Master
I had previously been able to use Eclipse & Egit on this project; however, I'm setting up a new dev machine and can't seem to get past the above issue.
Any suggestions on what I'm doing wrong?
FYI: - Used Egit "Clone Existing Repository" to clone the repo - Used File->Import->General->Existing Projects Into Workspace