Reputation: 15974
I'm trying using git in eclipse for the first time, and I'm stuck. Brand new project, only one branch. I did the initial push to github, works great. Than I changed something, commited the change in my local git (shows in the history), but when trying to push, it's saying everything is up to date.
I have no idea what to do about it...
Upvotes: 2
Views: 240
Reputation: 15974
Found what was wrong. For some reason EGit messed up the directories, and kept the data not in the correct project's directory
Upvotes: 1