Tagged Questions

EGit is an Eclipse plugin for the Git version control system.

learn more… | top users | synonyms

20
votes
3answers
3k views

Eclipse git checkout (aka, revert)

Is it possible to do the equivalent of git checkout from within Eclipse using the EGit plugin? I have a file that's been modified. I want to discards the changes and revert the file back to what's in ...
19
votes
11answers
5k views

Auth problem with Egit and Github

I've installed Egit plugin at Eclipse Helios and i'm trying to use it with my github account, but when i try to configure it i get an "Auth Failed" error. I'd been googling it but no luck... it seems ...
15
votes
4answers
2k views

Current state of Git support in Eclipse

What's the current state of Git support in Eclipse? The EGit downloads page looks empty. I'd like to give Git a try for a new project, but I need to know how well it works with Eclipse right now. If ...
12
votes
2answers
897 views

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 repository, and now I want to push from that to a remote repository I have in GitHub. Pushing / ...
8
votes
4answers
435 views

Using GIT on USB stick for “travelling code”

I have exhaustively searched for answers to my question here and on Google. I have found some great resources and learning tools for understanding Git and what it does, but I need to get some ...
7
votes
2answers
1k views

Eclipse + EGit: clone project into workspace

I'm a little confused about how EGit workes. I have an existing git repository on Github and want to clone it into my workspace. My goal is to have the local repository directly stored inside my ...
6
votes
1answer
176 views

Git review systems

Can anyone recommend a code review system that can be used from within the Eclipse IDE and work with Eclipse EGit integration? In the past we used SVN for our source control and that worked very ...
6
votes
1answer
235 views

Egit hooks do not get triggered

I have a git repo with a pre-commit hook that intentionally fails 100% of the time. cat .git/hooks/pre-commit > exit 1 If I try to commit through the command line, it fails as expected. ...
5
votes
1answer
447 views

Eclipse error when installing Egit

I am having some trouble trying to install the egit plugin. (installation instructions here) When I try to install it I get this error: Cannot complete the install because one or more required items ...
5
votes
1answer
149 views

Should Git ever think a file that it got from a pull is now untracked?

One of our developers keeps having problems with his Git repositories. He pulls and then later "git status" shows a whole list of untracked files (that is, Git thinks they are new) that actually came ...
5
votes
4answers
725 views

Egit Refuses to accept id_rsa

I'm a first time git user trying to setup egit in Eclipse so I can continue to easily code through Eclipse. Problem is, every time I try to clone a repo through egit, it gives me the error "Cannot ...
5
votes
3answers
2k views

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. I know that JavaGit and EGit/JGit are different. What I don't understand is the difference ...
5
votes
3answers
617 views

Understanding Git and how to use EGit (git eclipse plugin)

I just started working on a project that uses git as a repository. I've actually never used a version control system before as I'm a devloper team of one. From what I understand if you create a ...
4
votes
3answers
216 views

How can I do the equivalent of git rebase -i HEAD~2 in eGit?

I know how to rebase onto a specific branch or tag using eGit in Eclipse, but I haven't found a way to rebase onto a specific sha1 using eGit. I'd like to do this in order to squash commits before ...
4
votes
1answer
1k views

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 when I perform git operations (e.g. git clone), I use this configuration: : ...
4
votes
1answer
496 views

Why is the merge tool disabled in Eclipse for a EGit-managed project?

As per the EGit User Guide, to use the merge tool, one should right-click on the resource with a merge conflict and then select Team > Merge Tool. However, when I do this, the Merge Tool option is ...
4
votes
1answer
1k views

How do I setup my Git repositories for Android development in Eclipse?

I need some help with properly versioning my Android project with Git/Eclipse. I have no problem setting this up with a single Android project. However, I am trying to figure out the proper and ...
4
votes
4answers
2k views

Checking out a maven project from a git repository

I have installed m2eclipse and EGit, I can checkout a project from a git repository and I can build a maven project, but I cannot checkout a maven project from the git repository. The problem is, that ...
4
votes
2answers
438 views

Git/Mercurial locally ontop of local cvs checkout

I have read : "Best practices for using git with CVS" "How to export revision history from mercurial or git to cvs?" , and neither suit my needs. At work we use a remote CVS repo. Access to this ...
4
votes
2answers
394 views

Controlling eGit's treatment of symbolic links

I am setting up a project that will be shared among several programmers at my organization. We are using git--to which I am a newcomer. The project directory includes symbolic links to documentation ...
3
votes
2answers
75 views

What's the difference between “Push…” and “Push to upstream…” in Eclipse

When using "Push to upstream..." in Eclipse, the new "local" commits are pushed to remote repository and the remote branch ref is updated in the local repository (so master and origin/master reference ...
3
votes
2answers
193 views

How do I synchronize master and origin/master using egit in eclipse?

I created a local git repository, and I push changes from it to a gitosis remote that I created with git init my_git git remote add origin git@server:my_git ... various adds and commits git push ...
3
votes
1answer
549 views

Build EGit repository outside Eclipse workspace

I use Eclipse 3.7 and EGit 1.0. If I create repositories inside my Eclipse workspace (as a sub-folder for a project) everything works fine. But obviously this is not recommended so I want to build a ...
3
votes
2answers
146 views

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 too fair. The commit I wanted to reassert doesn't appear when I enter 'git log' in bash (I ...
3
votes
1answer
142 views

How to ignore [source path] linked resources in EGit?

If I add linked resources to my eclipse project like this: <linkedResources> <link> <name>[source path] src</name> <type>2</type> ...
3
votes
2answers
271 views

Making another Local Branch with Egit

My problem is with using github and Egit. Egit fetched all of my repository branches and it had me select an initial branch which it then created a local copy of that branch. I've been trying to ...
3
votes
1answer
2k views

Importing git project into workspace without using egit

I asked a question a relating to Egit a few weeks ago & it was suggested that I read pro git, which I have been referencing. I'd rather use git from the command line and wait for egit's stable ...
3
votes
1answer
773 views

Where can I find an updatesite zip for eGit on Eclipse 3.6 behind a firewall?

My Eclipse is running behind a firewall. I cannot use any of the update sites listed on the eGit download page: http://www.eclipse.org/egit/download/ and none of the links there provide a full zip ...
3
votes
2answers
1k views

git revert in Egit

Is it possible to do "git revert"s in Egit to rollback changes by creating a new commit (as opposed to checking out an older commit or doing a hard reset which doesn't create a new commit rolling back ...
3
votes
2answers
196 views

How to checkout a file into previous revision in egit

could please anybody tell us if it is possible and if it is not, what is the best alternative to do it ? This is how it would be done in command line : git checkout HEAD~1 -- path/to/file But if ...
3
votes
1answer
402 views

Egit staged after commit?

I'm using egit for eclipse since today but there is a problem. I commited a file(works perfectly), but after the commit the file is staged to commit again? and with "git status" the file is listed ...
3
votes
2answers
594 views

How do you do merges using Git, Eclipse and Egit

I, like many others, love Eclipse as my ide of choice, and because of the way I work (moving about, different places, different projects) want to use Git for CVS. There is a plugin for Git in ...
2
votes
1answer
35 views

Git Working Directory to Eclipse Workspace

I have been building my maven project(s) within my spring tool suite work space and have now decided that I need to get busy with some version control. I have gone for GIT and have used the command ...
2
votes
1answer
177 views

The current branch is not configured for pull No value for key branch.master.merge found in configuration

I get his error when I try to pull from remote repository using Egit team>pull The current branch is not configured for pull No value for key branch.master.merge found in configuration
2
votes
2answers
48 views

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 ?
2
votes
2answers
102 views

How can I stop eclipse+git on windows from screwing with file permissions?

We have files that should be executable, and are happily executable in git, but then editing and committing the file from Eclipse on Windows results in the file mode being changed to remove ...
2
votes
2answers
152 views

Eclipse Git plugin - remove file from repo without deleting local

Using the Egit plugin, is it possible to permanently remove a file from source control without deleting the local copy? I.e., is there a GUI action equivalent to running "git rm --cached"? (Edited ...
2
votes
2answers
64 views

Developing in eclipse without using any git eclipse plugin?

I've been using SVN and Eclipse for development for a while, and love the strong integration between the two. However I'm now switching over to git, and understand that while the git Eclipse plugins ...
2
votes
3answers
196 views

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 not use the final Import existing projects step because the GIT repository I use does not ...
2
votes
1answer
281 views

Aptana Git plugin standalone

I have looked at the Aptana 3 git support and I found it much better than EGit. Especially because it does not use JGit (buggy, missing features) and is integrates with git installed in my OS. Is ...
2
votes
1answer
78 views

How can I programmatically access old revisions of a project in an Eclipse plug-in?

I'm writing an Eclipse plug-in that visualizes the history of a project, so I'm looking for ways to programmatically use the CVS/SVN/Git plug-ins in Eclipse to get the source-code history of a ...
2
votes
2answers
121 views

How to keep .git folder out of a Cloned Eclipse Project

Issue After importing an Eclipse project from a cloned git repository, I make some changes and commit - and wtf? I get a ".git" folder added to the project, the whole shebang with the heads and refs ...
2
votes
1answer
87 views

Dissapearing Git Repository in eGit

This is the second time this has happened to me, and I don't know what's happening. I have a Git repository that I manage within Eclipse using eGit. I've been working with this repository steadily for ...
2
votes
2answers
142 views

How to add a keyboard shortcut to the Team->Add command in eclipse

I would like to have keyboard shortcuts to Team->Add and Team->Commit in eclipse. I am using eGit. I added them in Preferences->General->Keys and that works in that the keys show up on the menus next ...
2
votes
1answer
184 views

how to add an exist git repository without an eclipse project into eclipse

i have a local git repository which have some python modules and id like to create a new project which include this files (i installed egit egit). my repository does not include .project file.
2
votes
1answer
290 views

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 back in its pristine state. In command-line git I would do "git checkout ", but how do I do ...
2
votes
1answer
113 views

basic egit operations

I have installed egit, and by using Team - Share - commit, assume that I now have a copy of the entire project in the .git directory. So I do some work on the project and do another commit. ...
2
votes
1answer
345 views

Eclipse 'Unhandled loop exception' on Team > Commit

I recently started using git with the egit plugin in eclipse, and I thought I had everything working. I cloned a remote repository to my machine, then made a change to a file, and went to commit the ...
2
votes
1answer
149 views

Eclipse periodically freezes when editing large project in a git repository

I am developing a python project in Eclispe 3.7, PyDev, and EGit. Every 20 minutes or so, Eclipse will freeze up, displaying in the bottom-right corner "Git repository refresh Job: (0%)" Once this ...
2
votes
1answer
152 views

EGit - Switching branches doesn't remove empty directories/packages

I'm using EGIT to manage my GIT repository, which seems to work well so far. However, when I switch from one branch to another the files are correctly switched, however empty directories and packages ...

1 2 3 4