Top "Egit" questions

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

git gc / git gui: Unlink of file <internal pack file name> failed

Running version 1.9.4.msysgit.0 of git, I'm getting the mentioned error(s) almost every time I run git gc on the …

eclipse windows git egit
What files should be committed to github for an eclipse project

What files should I commit to github so that its a valid Eclipse project ? I am just committing my source …

eclipse git github egit
Cannot fetch or pull from Github with Eclipse (EGit) because wrong password is stored

The first time I entered the password for a pull pull request from Github with Eclipse (EGit) I probably mistyped …

eclipse github egit
What is the meaning of pull strategy when creating a branch with egit?

In EGit when I got to Team > Switch to > New branch I end up with the dialog box …

eclipse git egit jgit
EGit - SSH Fails at Passphrase (when connecting to GitHub)

I am using Eclipse Indigo RC4 with EGit (bundled). I have a project which I have committed to my local …

eclipse git github egit
How can I get rid of Eclipse Git "conflict" icons after all merges are resolved?

I get the Git conflict icon in Eclipse on lots of files, even though it seems that I resolved any …

eclipse git merge egit eclipse-mars
Unable to commit to github repo using egit

When I try to to commit ti github repo using egit I receive below error : What does this error mean ? …

git github egit eclipse-indigo
Eclipse git and ssh-agent

I use eclipse with git (egit). I would like to make use of my ssh-agent so I can push from …

eclipse git egit ssh-agent
How to undo a Git rollback

I wanted to rollback to the last commit after making a massive error, but I managed to rollback a little …

eclipse git commit rollback egit
GitHub pull request from private to public repo possible?

I forked a public repo and made the new repo private. I added a new remote branch on my private …

git eclipse github egit