Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Git for Committers"

(Background: Add Eclipse repo best practises bug)
(Known git repositories for Eclipse projects: Add core.resoures core.tests.resources ui.ide)
Line 32: Line 32:
 
* [[Swordfish Documentation: GIT Repository]]
 
* [[Swordfish Documentation: GIT Repository]]
 
* [[SWTBot]]:  http://github.com/ketan/swtbot/
 
* [[SWTBot]]:  http://github.com/ketan/swtbot/
 +
== Platform Plugins ==
 +
* [[Core Resources]]:  http://github.com/jamesblackburn/eclipse-core-resources
 +
* [[Core Resources Tests]]:  http://github.com/jamesblackburn/eclipse-core-resources-tests
 +
* [[UI IDE]] : http://github.com/jamesblackburn/eclipse-ui-ide
  
 
= Meetings and Resources =
 
= Meetings and Resources =

Revision as of 18:47, 9 March 2009

Background

  • bug 257706 Host a git repository on Eclipse Foundation servers, support git as the repository of Eclipse projects
    • bug 257706#c63 Mike M. on potential problems with git at the Foundation
  • bug 249745 Eclipse Repository Best Practices
  • EGit/Proposal

Setting up git

Using the EGit integration

Contributing to EGit

If you want to get involved with EGit, please see our Google Code project site:

 http://code.google.com/p/egit/

Known open issues are listed here, along with the clone URL for the Git repository containing the project's code. Loading it into Eclipse is as simple as importing the existing projects from the checked-out repository. Please see SUBMITTING_PATCHES in the top level directory for information on how to send contributions in.

Known git repositories for Eclipse projects

Platform Plugins

Meetings and Resources

Back to the top