Questions tagged [egit]

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

EGit is an plugin for the version control system built on top of , the Java implementation of Git.

enter image description here

1440 questions
0
votes
1 answer

egit master:master [rejected] github

sometimes I have some problems when I try to push my code to github. Let me explain the scenario: I work with only master branch (because my product is at early stages and there is no need for creating a feature branch for now). My remote repository…
lordofthejars
  • 713
  • 1
  • 6
  • 14
0
votes
1 answer

Installing egit on eclipse indigo

Installing egit on indigo im given following options : I've just checked 'Eclipse Egit' but should I be installing the other two unchecked features ? What are they used for ?
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
1 answer

Merging from one Git branch to another after getting the error "multiple merge bases found"

I have a Git repository with three branches, master, 2.x and 3.x. 2.x and 3.x originated from master. Weekly releases are made to production from the master branch. 2.x and 3.x contain work that will be released a little far off in the future. …
manish
  • 19,695
  • 5
  • 67
  • 91
0
votes
1 answer

Git (EGit in Eclipse) misunderstands changes (false markup)

I have just encountered a problem with Git. I use Eclipse IDE and EGit plugin. After doing some changes to my C++ file, I see that EGit marks some of the lines I did not touch as being added, whereas others - deleted. So it seems somehow the 'diff'…
Denis
  • 1,526
  • 6
  • 24
  • 40
0
votes
1 answer

What is the best practice for sharing code between projects in Eclipse PDT whilst retaining test-ability with a web server?

I have a number of projects in Eclipse PDT which are all websites. All of these websites use a content management system that I developed. I moved the code for the CMS into a separate project ready to be shared. So far I have a project/file…
Jonathan
  • 1,256
  • 4
  • 12
  • 18
0
votes
1 answer

Importing an existing maven project with a .git subdir

I have a maven project. I've been using the command line to perform git operations. (I ran git init inside the project so there is a .git subdir in it) I push it to a bare repository from which I sync via various computers. One project, one…
Gene De Lisa
  • 3,628
  • 1
  • 21
  • 36
0
votes
1 answer

Can't install EGit in Eclipse

I'm trying to get the EGit plugin and I'm about to pull my hair out. Okay, this is what's happening -- I go to the Install New Software page and I've added the EGit repo, but the window below doesn't show anything; it just says "pending". After a…
sjhaw
  • 37
  • 5
-1
votes
1 answer

Eclipse Git search text changed files

Is it a way to search for commits in which files have been changed (code removed or added) using text search? For example: I have connected to my teams repositorie and now i can see the history of commits. I want to search a commit, in which the…
john2994
  • 393
  • 1
  • 3
  • 15
-1
votes
1 answer

EGit JGit not installing / Git not working in Eclipse

When installing egit - jgit plugin from Latest EGit updates site getting below error in eclipse Unable to connect to repository https://download.eclipse.org/egit/updates-5.8/content.xml Unable to connect to repository…
UdayKiran Pulipati
  • 6,579
  • 7
  • 67
  • 92
-1
votes
1 answer

Unable to connect / clone GitLab repo in eclipse, even though able to connect to it from command line

I was trying to clone repository in eclipse from gitlab. It was showing that I cannot checkout/commit repository unless generate ssh key pairs. It further gave me this link. I followed steps there. It created following files: C:\Users\User…
MsA
  • 2,599
  • 3
  • 22
  • 47
-1
votes
1 answer

How to ignore a file already committed on GIT repository in Eclipse using EGit?

I try to ignore a committed ".project" file on Eclipse EGit, without deleting it from my Eclipse project nor the repo. I have this need : the ".project" file of my Eclipse project must be committed at least at the begining of the project, so that…
pierreonthenet
  • 155
  • 1
  • 12
-1
votes
1 answer

GitHub rejected push to master

I tried to push my project into the GitHub by using EGit and I got a confirmation message that it has been pushed but I could not see that file on my GitHub page. I don't know about GitHub briefly and I am a fresher to GitHub. Therefore please help…
-1
votes
2 answers

How to structure Pydev project for version control with GitLab?

I'm using Eclipse with PyDev and EGit plugin to manage my projects. All my current projects are stored as PyDev projects with the source code stored as Python pacakges in a src folder: I want to clean up my code and use GitLab for version control.…
Peter Wilson
  • 1,075
  • 3
  • 14
  • 24
-1
votes
1 answer

Unable to clone git repository in Eclipse EGit

I am unable to clone a repository in Eclipse. But yes I am able to clone the same through git bash. I am getting an error with possible reasons as: Incorrect URL No network connection SSH is not configured properly. My URL is correct and I am…
Maxx
  • 709
  • 5
  • 11
  • 22
-1
votes
2 answers

How to get a file from local Git repository to an Eclipse workspace based on version

I have a file with different versions in my local git repository.I need to get a particular version which is the same as the file in the local eclipse workspace.
1 2 3
95
96