Difference between revisions of "Git Getting Started"
From Dreamwidth Notes
(tinker toy) |
Foxfirefey (Talk | contribs) (links to github help, link to transition DW install to github page) |
||
Line 8: | Line 8: | ||
* [http://thkoch2001.github.com/whygitisbetter/ Why Git is better] | * [http://thkoch2001.github.com/whygitisbetter/ Why Git is better] | ||
* [http://blip.tv/open-source-developers-conference/git-for-ages-4-and-up-4460524 Git for Ages 4 and Up (the tinker toy demonstration) - video] | * [http://blip.tv/open-source-developers-conference/git-for-ages-4-and-up-4460524 Git for Ages 4 and Up (the tinker toy demonstration) - video] | ||
+ | |||
+ | * [https://help.github.com/ Github help documentation] | ||
+ | |||
+ | * [[Moving your Dreamwidth installation to use Github]] -- If you're ready to start transitioning your dev environment | ||
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 05:15, 21 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
If you'd like some serious extra-credit reading, have a look at the Git documentation!