Difference between revisions of "Git Getting Started"
From Dreamwidth Notes
(Added Git category) |
|||
Line 12: | Line 12: | ||
* [[Moving your Dreamwidth installation to use Github]] -- If you're ready to start transitioning your dev environment | * [[Moving your Dreamwidth installation to use Github]] -- If you're ready to start transitioning your dev environment | ||
+ | * [[Git commit messages]] | ||
If you'd like some ''serious'' extra-credit reading, have a look at [http://git.wiki.kernel.org/index.php/GitDocumentation the Git documentation!] | If you'd like some ''serious'' extra-credit reading, have a look at [http://git.wiki.kernel.org/index.php/GitDocumentation the Git documentation!] |
Revision as of 09:30, 28 August 2012
Dreamwidth will soon (as of April 2012) be moving away from Mercurial repositories to a workflow involving GitHub. This page currently serves as a collection of introductory Git resources.
- Introduction to Git - video
- Introduction to Git - slides
- Pro Git by Scott Chacon, available free of charge in many formats
- OpenHatch's Intro to Git training mission
- Git for the nervous developer
- Why Git is better
- Git for Ages 4 and Up (the tinker toy demonstration) - video
- Moving your Dreamwidth installation to use Github -- If you're ready to start transitioning your dev environment
- Git commit messages
If you'd like some serious extra-credit reading, have a look at the Git documentation!