Community
Participate
Working Groups
Latest build orion.eclipse.org - I am working in a topic branch with changes to two files - I switched to master to fetch the latest code and work on something else. - When I run git status I see those two file changes (from my topic branch) in git status for master. I thought...maybe I had accidentally saved the changes to master, so I checked out/discarded the changes. Now there are no changes in git status (good). - Switched back to topic branch and my changes are gone. - Made changes again in the topic branch. - Switch to master and the git status is showing the changes.
Tried a simple case and it appears that something is very broken with branches. - go to git repo page, org.eclipse.orion.client, Branches - create branch "test" - checkout branch "test" - change a file. (I edited org.eclipse.orion.client/bundles/org.eclipse.orion.client.core/web/orion/log.js) - git status, see you see the change. - back to repo page, checkout branch "master" - git status, you still see the change.
sorry for the noise. I've had a git brain fart. The changes are uncommitted so of course they carry over. Not sure what it is about my workflow today/yesterday that led me to expect otherwise.