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"

(Learning Materials)
m (Useful Eclipse Wiki Pages)
Line 15: Line 15:
 
* [http://wiki.eclipse.org/Git/Migrating_to_Git Migrating to Git]
 
* [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
 
* [http://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions Handling Git Contributions] - Committer/Contributor IP process with Git
* [http://wiki.eclipse.org/Platform-releng/Git_Workflows Git workflows]
+
* [http://wiki.eclipse.org/Platform-releng/Git_Workflows Git workflows] - Git equivalents for common CVS workflows used by the Eclipse Project
  
 
=== Misc ===
 
=== Misc ===

Revision as of 02:16, 16 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

Learning Materials

Books

Useful Eclipse Wiki Pages

Misc

Other

  • Git Mirror for Eclipse CVS - All CVS repositories at Eclipse.org are mirrored on a read-only Git server. This is useful for playing with Git before migrating your project.
  • Gerrit at Eclipse - some day, when bug 283749 is resolved, we will have our own Gerrit code review system hosted at Eclipse.org.

Back to the top