Git & GitHub Resources
Our "remote repos" will be hosted on GitHub. Think of these as repos that are shared between software developers' local repos. Your "workspace" refers to the root directory of your project you are developing/tracking.
Video
- Github Tutorial For Beginners shows why/how Git is useful
- Horrible robot voice, but good conceptual overview of how Git works - @ 10 mins. Watch at least the first 7 mins (until branching)
- Learn Everything about Git and GitHub in 7 minutes how GitHub comes in the picture
- Git Tutorial for Beginners 3 Getting Started
- Learn Git in 20 Minutes really 17, also involves GitHub
- Learn to Git: Basic Concepts
Tutorials
- Got 15 minutes and want to learn Git? (interactive!)
- Learn Version Control with Git
- Git - the simple guide (no deep sh...)
Reference
Books
- Pro Git (free ebook)
- Ry's Git Tutorial (free Kindle book)
- Learn Version Control with Git: A step-by-step course for the complete beginner (good intro, Kindle $3.99)