Git Resources
This is a list of resources that are helpful to teach yourself git. Many of these resources cover the same content, but we offer a variety of options to fit different learning styles. We recommend that everyone start from the beginning and work your way down as needed unless you have a reason to do otherwise.
Git && GitHub Workshop
The workshop slides are great to review if you have attended the workshop, but you probably will not find them helpful if you never attended in person. If you have not attended the workshop, skip the those slides.
Git Resources:
- IEEE Git && GitHub Workshop
- Git in 100 seconds
- How to Use Git and GitHub
- Git Mastery Crash Course
- CS50s Git Lecture
- Git vs. GitHub
- The official git textbook
- Git's documentation: use
git --help <command-name-you-need-help-with>or if on UNIX you can also useman git <command-name-you-need-help-with> - GitHub's documentation