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)
(Add link to WTP Workflow)
 
(6 intermediate revisions by 2 users not shown)
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.
 +
 +
== Check list ==
 +
 +
* [[WTP Git Migration Checklist]]
  
 
== Mailing list ==
 
== 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
 +
 +
== WTP Git WorkFlows ==
 +
* [[WTP Git Workflows]] - Git/Egit for common workflows in WTP
  
 
== Learning Materials ==
 
== Learning Materials ==
Line 20: Line 27:
 
* [http://alblue.bandlem.com/2010/02/git-for-eclipse-users.html Git for Eclipse Users]
 
* [http://alblue.bandlem.com/2010/02/git-for-eclipse-users.html Git for Eclipse Users]
 
* [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]
 +
 +
=== Videos ===
 +
* [http://www.youtube.com/watch?v=4XpnKHJAok8 Linus Torvalds on Git]
 +
* [http://youtu.be/ZDR433b0HJY Introduction to Git with Scott Chacon of GitHub]
  
 
== Other ==
 
== Other ==
Line 26: Line 37:
 
* [http://eclipse.org/projects/scmcountdown.php Countdown to CVS becoming Read-Only]
 
* [http://eclipse.org/projects/scmcountdown.php Countdown to CVS becoming Read-Only]
 
* [http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg09224.html Git settings used by the Eclipse Project]
 
* [http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg09224.html Git settings used by the Eclipse Project]
* [https://git.eclipse.org/r/ Gerrit], a web-based tool for receiving Git submissions available at Eclipse
+
* [https://git.eclipse.org/r/ Gerrit], a web-based tool for receiving and reviewing Git submissions, now available at Eclipse
* Gerrit at Eclipse - some day, when bug [https://bugs.eclipse.org/283749 283749] is resolved, we will have our own Gerrit code review system hosted at Eclipse.org.
+
 
* [http://www-cs-students.stanford.edu/~blynn/gitmagic/ Git Magic]
 
* [http://www-cs-students.stanford.edu/~blynn/gitmagic/ Git Magic]
 
* A [http://gitref.org/ Git Reference], courtesy of the GitHub Team
 
* A [http://gitref.org/ Git Reference], courtesy of the GitHub Team
  
 
[[Category:Eclipse Web Tools Platform Project| ]]
 
[[Category:Eclipse Web Tools Platform Project| ]]

Latest revision as of 14:35, 29 August 2012

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.

Check list

Mailing list

WTP Git WorkFlows

Learning Materials

Books

Wiki Pages

Blogs

Videos

Other

Back to the top