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

learn more… | top users | synonyms

1
vote
0answers
68 views

Eclipse git getting wrong relative path on file

I am trying to add and commit two files to a github repo using the git extension to eclipse. I have been using this repo setup without issue for several weeks. I just tried to add the file ...
0
votes
2answers
372 views

Problems with EGit installation - no Git Repository Exploring perspective and no git configuration menu under Preferences -> Team

I installed EGit (and JGit) on my Eclipse INDIGO 3.7.2, but I cannot see the new menus that the manuals mentioned. I cann't see the Git menu under Windows -> Preferences -> Team, where I should ...
1
vote
0answers
25 views

Can I affect the order/column of branches displayed in gitk and Eclipse Egit

When doing gitk --all I get a nice summary of commits/branches/tags across a whole repo. However, the way the branches are displayed is not always consistent, and it is also different to the method ...
-1
votes
3answers
383 views

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 egit? Thanks! EDIT: I tried a hard reset a few times but it didn't do anything. EDIT 2: Hard ...
2
votes
1answer
74 views

Eclipse and EGit: how to commit build directories

I'm using Eclipse 3.7 (Indigo) with CDT and EGit 2.0.0. I want to commit build directories (Debug and Release) because they contain makefile, so if I want to compile my project in a host without ...
0
votes
1answer
167 views

Eclipse workspace and Git folder layout

I am migrating from Eclipse/SVN to Eclipse/Git and I am unsure what the best directory layout would be. I have looked at the Vogel/a guide, the Eclipse Wiki as well as the following threads: Is it ...
4
votes
4answers
1k views

Can't push using EGit and Bitbucket

I've been trying to start a project using EGit with Bitbucket but I can't push the project to the repository in the server. These are the steps I've followed (I'll try to be very specific so other ...
1
vote
1answer
55 views

Get $id equilvalent on git with eclipse

I am writing some scripts and sending them to some friends, etc... When i used SVN, i used to put the $Id tag on the file (pupulated by Eclipse) so i could clearly identify the file. However, I ...
1
vote
2answers
52 views

Why are there different types of “Team” menus with EGit?

What dictates which type of team menu shows up for my project? Is there a way to switch between the two? very traditional git-ish (ie. without "Synchorize Workspace" option) eclipse team-ish (eg. ...
3
votes
1answer
128 views

manage git clone on remote server with eclipse

I'm new to git and github and i have a question about the git plugin for eclipse Egit. I have made a clone from my github repository to a remote server (other than github) which i will call 'rserver' ...
33
votes
15answers
12k views

Strange xml error: Incorrect line ending

I haven't used Eclipse since 1 week ago. Today I started it and I noticed that it loaded slowly. When it was started it prompted this: I thougth that maybe Eclipse has updated something of Android ...
2
votes
1answer
165 views

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. Does anybody know how to set up egit to use ssh-agent? background: I can't upload my key to ...
0
votes
1answer
38 views

EGit not adding files

I'm using EGit 2.1.0 and Eclipse Juno on Mac OS X 10.8. (I have never used EGit before a couple of hours ago.) I have a private GitHub repository (it's for a school team project -- don't want my ...
0
votes
1answer
396 views

What depends on HOME variable in EGit?

If home environment variable is not set, EGit displays a message like this I don't want to set my HOME variable but want Git store it's data in special directory. I set Default repository folder ...
1
vote
2answers
115 views

using git for web testing and deploying live site

At the minute I have a local git repo which sits in H: drive. When I make changes to the files and save them, they are stored here. I can then commit, push and pull the files and branches to and from ...
0
votes
1answer
240 views

Directories of Java class files found in Git repository cloned from BitBucket, but I can't figure out how to remove them

I created a BitBucket repository of several Eclipse projects, and then used Eclipse with EGit to clone that repository to a new Eclipse workspace to check whether I had put all of the files into ...
2
votes
2answers
1k views

How to push a new project in Github from Eclipse?

I am trying to push my new project in recently created Github repository. But having SSH authentication issue. I don't know the key management, as which key is to used and how. In my github web ...
2
votes
1answer
788 views

Eclipse Git self signed certificate error

I am trying to clone repository accessible via HTTPS protocol using GIT plugin in Eclipse (Eclipse Juno). This repository has a self-signed certificate. When I use command line git clone and specify ...
1
vote
1answer
208 views

How to isolate Eclipse workspace from git local repository?

I installed EGit on Juno and created a Java project in workspace of Eclipse. Then I shared that project to Git. Then when I check the project's properties, I found that the project had been moved from ...
4
votes
1answer
186 views

EGit - pull= failled and no conflicts

When i do Team -> Pull on my project I have result Failed, then below merge input i have tow modification but none of them is impacting the same file, so there is no conflicts. Why is this showing ...
1
vote
1answer
88 views

Missing GIt Repository tab in Java Eclipse with JBoss Tool

I just installed Eclipse Java EE IDE in my Macbook. (Eclipse Version: Indigo Service Release 2 Build id: 20120216-1857). I then installed JBoss Tool for Indigo. After that, I restarted Eclipse. Now ...
1
vote
2answers
95 views

Git lane concept

I am new to git and would like to know more about git lanes used for finding branches. Git repository has a lane concept for identifying if we are in same branch or in main branch etc. But when i ...
2
votes
1answer
85 views

can EGit be used with existing Eclipse projects and existing Git repos?

I have been using Eclipse and Git. Now I want to use EGit. My project has 4 packages. Each package has a Git repo. When I import Git repos into EGit, there is an instruction in the user docs to ...
-1
votes
2answers
89 views

How to migrate from command line Git to EGit? [duplicate]

I have a project with 4 packages. I have a Git repo in each package at the source code folder level. How do I migrate these 4 repos from command line Git to EGit? Edit: I looked at a couple of ...
0
votes
1answer
313 views

How to move Egit repository and working directory

I am new to Egit and created a new repository for a GWT project I'm working on. Unfortunately, I let it create the repository under my Dropbox folder, and now I'm regretting it because I'm syncing ...
2
votes
2answers
87 views

Does EGit mandate installing JGit?

After using Git from the command line for a while, I am ready for the convenience a GUI plugin (for Eclipse) can offer. However, I prefer a Git plugin similar to to MS Visual Studio's Git Source ...
-2
votes
1answer
44 views

Config Git to not require comment every checkin [duplicate]

Possible Duplicate: Git commit with no commit message I am looking for a way to configure Git to not require a comment upon checkins. I hope it can be done on the repository side but if it ...
0
votes
1answer
34 views

How does Git Eclipse plugin know revisions from before I installed the plugin?

WHOA ... So I just installed the Git Eclipse plugin and kicked some tires. Made a change and checked it in and all. But I noticed that revision history on a file included changes I made yesterday ...
0
votes
0answers
68 views

Get last changes in git repository on server

I'm newbie in Git. Now, I'm using Egit to work with Eclipse. I tell them what I've done. I created a repository on server (I use file protocol). I created a webapp on the repository (I followed ...
0
votes
1answer
152 views

How do I make egit respect multi-project git repository?

I have a git repository that contains more than one eclipse project. Its easy enough to import the eclipse projects, but I can't figure out how to get them to work with the eGit plug-in. The tree ...
4
votes
2answers
266 views

not able to import github project in eclipse

just created project on github from my office and when then i came home and was trying to import the project on my home machine but I am not able to do it. Following is the detail. Both home and ...
2
votes
1answer
94 views

EGit not pushing, says it's already up to date

I'm trying using git in eclipse for the first time, and I'm stuck. Brand new project, only one branch. I did the initial push to github, works great. Than I changed something, commited the change in ...
0
votes
0answers
61 views

why java project is created as subfolder in github repository

I've created HelloWorld repository in github and clone it using Egit in eclipse galileo-SR2-win32. Then, I created java project using eclipse locally , shared it with local repo and pushed it to ...
0
votes
1answer
953 views

Trying to install JGit to install EGit and getting error requires package org.kohsuke.args4

Trying to install JGit to install EGit and getting error: Cannot complete the install because one or more required items could not be found. Software being installed: Eclipse JGit Command Line ...
1
vote
1answer
170 views

Cannot fetch or pull from Github with Egit because wrong username is stored

There is a similar question about this. But basically, I tried to fetch from github and entered the wrong username. It is being saved somewhere and I cannot figure out where to change the credentials ...
1
vote
2answers
704 views

Transport error with Egit

I have set up a gitstack repo on a local server, I have also signed up for a free github account just to see what its like. But when I try to clone a repository from either my local repository or git ...
0
votes
3answers
202 views

Using EGit with Eclipse

I have little confusion using EGit with Eclipse. As i am familiar with TFS, i want to understand following things done in EGit. Getting latest from the remote server a. While getting latest, how i ...
1
vote
2answers
718 views

Disabling EGit in Eclipse-CDT Juno

This thread: How to disable EGit temporarily? discusses how to disable EGit in Eclipse, but when I go to "Startup and Shutdown", there is no option to disable EGit. How can I control what plug-ins ...
1
vote
2answers
216 views

Managing Maven project in Eclipse with git repository

we recently migrated to Maven Build manager & git hub repository for our Java web-app. Also i switched to eclipse as eclipse has good set of plugins. As a new bie, i am simply running mvn ...
0
votes
1answer
121 views

Are Ignored Resources broken for EGit 2.1.0 and Eclipse 4.2.1?

I've been using Eclipse and EGit for months, and upon most recently running the Eclipse updater I've discovered EGit doesn't appear to be respecting the Ignored Resources preferences. Does EGit store ...
2
votes
1answer
81 views

Eclipse EGit CLRF unmodified files marked as modified in Linux 64 bit

I'm using EGit with Eclipse Juno for 64bit Linux, and it is showing many files as modified, even though they are not. It is possible this is because I've checked out this repository in the past with ...
2
votes
1answer
453 views

Can't add new file to repository in EGit

I'm using EGit with Eclipse Juno. I worked with a local repository and the world was good. Even adding a GitHub repository seemed to be fine. I added it to my local repository under "Remotes", so I ...
1
vote
1answer
148 views

Allow forking private repository on GitHub and integrate in Eclipse

I'm working on a project in a team size of 9 and all my code is on my GitHub account as a public repository. I own the master branch and my team members have forked it, and they work on the project ...
0
votes
1answer
89 views

Egit, Eclipse folder structure

Let's say I have several projects in c:\dev\ and want to keep them there (this is my eclipse workspace) What is the least inconvenient way to setup egit?
3
votes
1answer
182 views

Why is my git file history lost after performing a move refactor in eclipse?

I've performed several refactors in eclipse where I move a large set of files to another java package. These often result in a lot of files being automatically updated to resolve references. So, the ...
5
votes
2answers
196 views

EGit showing directory as always dirty

I started using EGit with eclipse and one of my directories (which contains many submodules and regular directories) always shows as dirty. I have tried to git reset --hard and re-create the project ...
2
votes
2answers
183 views

JGit/EGit crashing on branch deletion/creation

I am trying to delete a branch from Git repositories view in eclipse Juno, running on Mac OS X lion, 64 bit. I get the following error log while I try to do so, and the changes are not reflected in ...
3
votes
2answers
360 views

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 files and packages but when I try to re-create the project I receive this error 'no projects ...
0
votes
0answers
23 views

EGit Merging with multiple branch

Currently we have three branchs. 1) Main 2) Branch1 3) Branch2 Currently working in Branch1 (which was checked out intially as primary). Now merged Branch1 with Branch2 without any problem and also ...
1
vote
1answer
82 views

Merge using EGit results in commit of all changes as done by the merger

I'm using Eclipse with EGit and and my origin/master is on github. On this project are working 3 programmers. When I pull changes to my local git (using EGit) and there are conflicts I solve them, no ...

1 2 3 4 5 11