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"

m (Useful Eclipse Wiki Pages)
(Learning Materials)
Line 10: Line 10:
 
* [http://progit.org/book/ Pro Git] - Another free book for Git
 
* [http://progit.org/book/ Pro Git] - Another free book for Git
  
=== Useful Eclipse Wiki Pages ===
+
=== 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/Git_For_Eclipse_Users Git for Eclipse Users]
 
* [http://wiki.eclipse.org/EGit/Git_For_Eclipse_Users Git for Eclipse Users]
Line 17: Line 17:
 
* [http://wiki.eclipse.org/Platform-releng/Git_Workflows Git workflows] - Git equivalents for common CVS workflows used by the Eclipse Project
 
* [http://wiki.eclipse.org/Platform-releng/Git_Workflows Git workflows] - Git equivalents for common CVS workflows used by the Eclipse Project
  
=== Misc ===
+
=== Blogs ===
 
* [http://eclipsesource.com/blogs/2011/09/08/announcing-a-full-featured-pde-build-example-from-a-git-repository/ Continuous Integration with PDE Build and Git]
 
* [http://eclipsesource.com/blogs/2011/09/08/announcing-a-full-featured-pde-build-example-from-a-git-repository/ Continuous Integration with PDE Build and Git]
  

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

Wiki Pages

Blogs

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