Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGit/GitHub/ContributorGuide"

< EGit‎ | GitHub
(New page: = Obtaining Sources = EGit also provides tools for integrating with GitHub and Mylyn tasks. *File > Import > Git > Git Repository *Enter URI: <pre style="width: 40em;">git://egit...)
 
(Obtaining Sources)
Line 1: Line 1:
= Obtaining Sources  =
 
 
 
EGit also provides tools for integrating with GitHub and Mylyn tasks.
 
EGit also provides tools for integrating with GitHub and Mylyn tasks.
 +
 +
= Obtaining Sources  =
  
 
*File &gt; Import &gt; Git > Git Repository  
 
*File &gt; Import &gt; Git > Git Repository  

Revision as of 10:44, 20 April 2011

EGit also provides tools for integrating with GitHub and Mylyn tasks.

Obtaining Sources

  • File > Import > Git > Git Repository
  • Enter URI:
git://egit.eclipse.org/egit-github.git
  • Import projects
  • Download dependencies:
    • automagically: open file org.eclipse.mylyn.github-feature/github.target gitweb and select 'Set as Target Platfrom'.

Back to the top