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 "WTP Git Migration Home"

Line 1: Line 1:
 
This document will serve as the home page for content related to the migration of WTP projects to [http://git-scm.com/ Git], a free & open source, distributed version control system.
 
This document will serve as the home page for content related to the migration of WTP projects to [http://git-scm.com/ Git], a free & open source, distributed version control system.
  
 +
== Mailing list ==
 
[https://dev.eclipse.org/mailman/listinfo/git Eclipse Git Mailing List] - Git related discussions, specifcally migration help for projects at Eclipse.org
 
[https://dev.eclipse.org/mailman/listinfo/git Eclipse Git Mailing List] - Git related discussions, specifcally migration help for projects at Eclipse.org
  
[http://book.git-scm.com/ Git Community Book] - The open Git resource pulled together by the whole community
+
== Learning Materials ==
  
[http://progit.org/book/ Pro Git] - Another free book for Git
+
=== Books ===
 +
* [http://book.git-scm.com/ Git Community Book] - The open Git resource pulled together by the whole community
 +
* [http://progit.org/book/ Pro Git] - Another free book for Git
  
[http://eclipse.org/egit/ Eclipse EGit] - Eclipse Team Provider for Git
+
=== Useful Eclipse Wiki Pages ===
 
* [http://wiki.eclipse.org/EGit/User_Guide EGit User Guide]
 
* [http://wiki.eclipse.org/EGit/User_Guide EGit User Guide]
* [http://wiki.eclipse.org/EGit/Learning_Material EGit Learning Material]
+
* [http://wiki.eclipse.org/EGit/Git_For_Eclipse_Users Git for Eclipse Users]
 +
* [http://wiki.eclipse.org/Git/Migrating_to_Git Migrating to Git]
 +
* [http://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions Handling Git Contributions] - Committer/Contributor IP process with Git
 +
 
 +
== Git Mirror of Eclipse CVS ==
 +
All CVS repositories at Eclipse.org are mirrored on a read-only Git server. See here for details: http://dev.eclipse.org/git/. This is useful for playing with Git before migrating your project.
  
[http://wiki.eclipse.org/EGit/Git_For_Eclipse_Users Git for Eclipse Users]
 
  
[http://wiki.eclipse.org/Git/Migrating_to_Git Migrating to Git]
 
  
[http://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions Handling Git Contributions]
 
  
 
[[Category:Eclipse Web Tools Platform Project| ]]
 
[[Category:Eclipse Web Tools Platform Project| ]]

Revision as of 06:29, 7 September 2011

This document will serve as the home page for content related to the migration of WTP projects to Git, a free & open source, distributed version control system.

Mailing list

Eclipse Git Mailing List - Git related discussions, specifcally migration help for projects at Eclipse.org

Learning Materials

Books

Useful Eclipse Wiki Pages

Git Mirror of Eclipse CVS

All CVS repositories at Eclipse.org are mirrored on a read-only Git server. See here for details: http://dev.eclipse.org/git/. This is useful for playing with Git before migrating your project.

Back to the top