Git Resources - 2-Pixel/UE4_Castlevania GitHub Wiki
The Official Git Site
(...Note: the following is a direct copy from here)
The Git homepage offers a search through all Git commands and Git binary downloads for all supported platforms.
GitHub Guides
GitHub Guides is a site from GitHub that focuses on workflows and higher-level Git and GitHub concepts.
Git Cheat Sheets
We have Git cheat sheets in several different languages, available on our training site.
Online Git Tutorials
Git Immersion provides a full length Git tutorial.
Git - The Simple Guide is a single-page site that gently walks through the basics of Git.
Video Tutorials
Video based walkthroughs of Git commands and GitHub.com features are available on the YouTube GitHubGuides Channel.
Git Reference
Git Reference is another official Git resource, providing quick instructions for using common commands.
ProGit
For students seeking deeper Git knowledge, ProGit is a thorough open source book from Scott Chacon. It can be viewed online or downloaded in ePub, Mobi, or PDF formats.
Git Workflows
The workflow used at GitHub is described by Scott Chacon and the specifics of using Pull Requests is further detailed on the GitHub blog.
Try Git
This browser-based interactive Git tutorial has 25 challenges and has been enjoyed by hundreds of thousands new Git users. Try Git today!
Git Real
This interactive online Git course by Code School has seven levels with dozens of individual exercises in a fun game format.