Difference between revisions of "Git Getting Started"
From Dreamwidth Notes
Shadowspar (Talk | contribs) (git transition: seems safe to say it's done =)) |
Shadowspar (Talk | contribs) (+new version of schwern's talk) |
||
Line 1: | Line 1: | ||
Dreamwidth uses Git for source code control, with the code being hosted on GitHub. | Dreamwidth uses Git for source code control, with the code being hosted on GitHub. | ||
+ | * ''Git for Ages 4 and Up'': aka "The Tinker Toy Demonstration". Probably one of the best ways to understand how Git works "under the hood" -- much of how Git operates makes much more sense once you know a little about what's happening behind the scenes. | ||
+ | ** LCA 2013: [https://lca2013.linux.org.au/wiki/Tutorials/Git_For_Ages_4_And_Up Talk page with resources] [http://www.youtube.com/watch?v=1ffBJ4sVUb4 youtube video] [http://mirror.internode.on.net/pub/linux.conf.au/2013/mp4/Git_For_Ages_4_And_Up.mp4 mp4 video download] | ||
+ | ** OSDC.au 2010: [http://2010.osdc.com.au/proposal/196/git-ages-4-and talk page] [ [http://blip.tv/open-source-developers-conference/git-for-ages-4-and-up-4460524 blip.tv video] | ||
* [http://vimeo.com/35778382 Introduction to Git - video] | * [http://vimeo.com/35778382 Introduction to Git - video] | ||
* [http://www.slideshare.net/RandalSchwartz/introduction-to-git-11451326 Introduction to Git - slides] | * [http://www.slideshare.net/RandalSchwartz/introduction-to-git-11451326 Introduction to Git - slides] | ||
Line 7: | Line 10: | ||
* [http://beust.com/weblog/2010/04/06/git-for-the-nervous-developer/ Git for the nervous developer] | * [http://beust.com/weblog/2010/04/06/git-for-the-nervous-developer/ Git for the nervous developer] | ||
* [http://thkoch2001.github.com/whygitisbetter/ Why Git is better] | * [http://thkoch2001.github.com/whygitisbetter/ Why Git is better] | ||
− | |||
* [https://help.github.com/ Github help documentation] | * [https://help.github.com/ Github help documentation] |
Revision as of 03:23, 27 April 2013
Dreamwidth uses Git for source code control, with the code being hosted on GitHub.
- Git for Ages 4 and Up: aka "The Tinker Toy Demonstration". Probably one of the best ways to understand how Git works "under the hood" -- much of how Git operates makes much more sense once you know a little about what's happening behind the scenes.
- LCA 2013: Talk page with resources youtube video mp4 video download
- OSDC.au 2010: talk page [ blip.tv video
- 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
- 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!