2

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...

Moshe Shaham
  • 15,448
  • 22
  • 74
  • 114

1 Answers1

1

Found what was wrong. For some reason EGit messed up the directories, and kept the data not in the correct project's directory

Moshe Shaham
  • 15,448
  • 22
  • 74
  • 114