I use Eclipse with Egit. I want to know how to:
- See all differences between the repository in its current state and the latest commit
I have a Git repository containing some Java projects. I added an empty package to a Java project. The new package had no icon decoration. I wanted it to be marked as untracked, and the project containing the new package to be marked as dirty. Nothing appeared in the commit dialog. When comparing with HEAD and synchronizing with origin/master, no differences showed up.