egit
EGit Local vs. Remote repositories
I\'m new to git and am wrapping my head around how I\'m 开发者_JAVA百科supposed to be using git and egit.From the egit tutorial, I have setup a respository on GitHub, pushed my Eclipse projects to the[详细]
2023-03-17 11:03 分类:问答Unable to Install EGit in Eclipse
I am trying to install EGit from this tutorial. It says to add the plugin url in Help -> Install New Software.[详细]
2023-03-16 06:50 分类:问答egit, How to set up a repository on a web server, in Eclipse
I\'ve managed to set up a repo on my local C drive, but I want to be able to set one up on a web server.[详细]
2023-03-15 13:39 分类:问答How to clone Hibernate sources using Egit (Eclipse)?
I need help using Egit (Eclipse git integration capabilities). My goal is to have Hibernate sources in my local Eclipse. Eventually I aim for running their tests, doing some changes in the sources, is[详细]
2023-03-11 23:51 分类:问答Egit hooks do not get triggered
I have a git repo with a pre-commit hook that intentional开发者_如何学Goly fails 100% of the time.[详细]
2023-03-11 10:13 分类:问答Git committing unchanged files
Long story short, I have a situation where egit allows unchanged files to be committed.If I c开发者_C百科ommit, will this corrupt the git repository?Unchanged files are always committed in git. Each c[详细]
2023-03-11 02:38 分类:问答How can I add current Eclipse project to git with EGit?
I have GAE project in开发者_如何学C my Eclipse and I want to add it to my local git repo, how can I do that?Since creating a Git repo within a GAE project is possible through command line, it is possi[详细]
2023-03-06 08:49 分类:问答Eclipse + Maven Plugin + EGit Plugin = Checkout from GitHub a specific Branche and Tag?
I know this is a relatively special question. Maybe some knows this nevertheless: I want to compile Hector with Maven in Eclipse=> Branch: 0.7.0 and Tag: hector-0.7.0-29[详细]
2023-03-06 02:52 分类:问答Problem Installing EGIT
I have the following configuration OS: Win XP Eclipse: Galileo And i want to install EGIT on it (i already have subclipse). I tried going to Help -> Install New Software but EGIT was not on the[详细]
2023-03-04 12:41 分类:问答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 Me开发者_Go百科rge Tool[详细]
2023-03-04 02:41 分类:问答