Top "Egit" questions

For questions about the EGit Eclipse plugin for the Git version control system.

How to delete commits with egit?

I just made some bad commits with egit that I would like to delete. How do I delete commits from …

eclipse git egit
Undo single-file local uncommitted change in egit (e.g. svn revert)

Scenario: I have local uncommitted changes to a source file which I want to undo, and get the source file …

eclipse egit
"Invalid project description", importing from GIT repo problem

After copying my GIT repo from a PC computer onto my MAC, i can't seem to import it to an …

eclipse git egit
How to make a simple revert work on Git / EGit?

Ok. Simple things should be simple, so I hope it is. :) I have changed a file, now I want to …

java eclipse git egit
"cannot pull into a repository with state: merging_resolved"

After some pulling, merging and conflict resolving, my GIT is stuck. This is what I tried to do (with EGit) …

git merge egit
Can EGit (Eclipse git plugin) use an SSH key instead of a username and password?

The git central repository to which I need to commit is configured using SSH keys. My username is jmglov, but …

eclipse git egit
Checkout conflict with files. How do I proceed?

I just pulled some changes from a remote repository holding my teams project. This is the message I received on …

java eclipse egit jgit vcs-checkout
Confusion in choosing between JavaGit, JGit and EGit

I am making a Java application that uses Git. I found that there is something called JavaGit, EGit and JGit. …

java eclipse egit jgit
Git "NO-HEAD" statement

I am using EGit plugin for Eclipse but whenever I add my project to Git, the plugin puts a "NO-HEAD" …

git egit
Unable to find stash/apply functionalitit in EGit

I'm working with Eclipse Kepler and EGit 3.0.0. Where can I find the GIT stash/apply functionality. I cannot find stash …

eclipse git egit git-stash