Top "Egit" questions

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

How do I create a remote git repository in EGit and link it to an existing Eclipse project?

I am using Eclipse Helios and EGit. I am new to Git. I have an existing Eclipse project for an …

eclipse git egit
How to import a GIT non-Eclipse Java project into Eclipse?

I have some problems importing a Java project into my workspace. I am following this tutorial - however I can …

java eclipse git import egit
How to go to previous commits in eclipse and egit

I have a git android project managed in eclipse and some times i want to temporarily roll back my android …

eclipse git egit
How to make Egit remember password and username?

I'm working onn a project in Eclipse hosted on Github. Everytime I want to push, a dialog pops up asking …

eclipse git egit
There is nothing changed, but eclipse egit marks the file as changed

I'm using eclipse egit with github. I found something strange that I didn't change anything, but egit marked the file …

git egit
How to delete a branch in the remote repository using EGIT?

How to delete the remote branch itself in sourceforge with all files in it, using egit ?

eclipse git branch egit
Eclipse Git Synchronize does not display changes

No matter what I do, Eclipse (EGit) doesn't display the changes. I've searched a lot for this issue, but cannot …

eclipse git egit synchronize
How do I get a new branch to show up in Eclipse Git Remote Tracking?

I have an existing Eclipse git project, with a master and development branch present in both local, and remote tracking. …

eclipse git egit
How can I add current Eclipse project to git with EGit?

I have GAE project in my Eclipse and I want to add it to my local git repo, how can …

eclipse git egit