Learning Git
This section contains resources for learning how to use the Git version control system.
Note this is a living document and is constantly being updated. Some things may come and go over time.
Beginner¶
- Github Tutorial (10 mins) - Non command line (Terminal) tutorial.
- Git - The Simple Guide - Command line based tutorial.
- Connecting to Github with SSH
- Git & Github Tutorial on Udacity - Command line based tutorial.
- Start a new git repository
- git/github guide a minimal tutorial
- The most important git commands
- Git Immersion - Advanced Tutorial. Work through this once you get the hang of working on the command line.
- Command Line Cheat Sheet by git-tower - This one is great!
- Version Control Workflow Cheat Sheet for Git (git0tower)