
Eclipse Gotcha: Refactor->Move not showing up in Git
In eclipse, if you refactor->move a file from one project to another, it may not show up in your eclipse git staging as deleted from the original project.
To Avoid: Copy the file to a different project and then delete from the original.
To Fix: Use the command line to delete the file (it will no longer show up in eclipse, but the command line will display it) and then use git from then command line to push the change.