# An incomplete list of great Git tutorials

> A curated list of Git tutorials I recommend, from beginner-friendly guides and visual walkthroughs to the Pro Git book and classic talks by Linus Torvalds.

Author: [Flavio Copes](https://flaviocopes.com/about/) | Published: 2018-01-07 | Updated: 2018-04-12 | Topics: [Git](https://flaviocopes.com/tags/git/) | Canonical: https://flaviocopes.com/git-tutorials/

If you're just looking for a specific command, try my free [Git command finder](https://flaviocopes.com/tools/git-command-finder/): describe the goal, get the command.

## Introductory tutorials

- [The GitHub guide by Flavio](https://flaviocopes.com/github/)
- [The GitHub tutorial](http://try.github.com/)
- [The Github Git Cheat Sheet](http://help.github.com/git-cheat-sheets/)
- [Intro to github](http://gun.io/blog/how-to-github-fork-branch-and-pull-request/) by Gun.io
- [Intro to git for web designers](http://www.webdesignerdepot.com/2009/03/intro-to-git-for-web-designers/) by WebDesigner Depot
- [Git Visual Guide](http://marklodato.github.io/visual-git-guide/index-en.html)
- [Think Like (a) Git](http://think-like-a-git.net/).
- [Everyday GIT With 20 Commands Or So](http://www.kernel.org/pub/software/scm/git/docs/everyday.html) by kernel.org

## Complete and deep guides

- [Pro Git book](http://git-scm.com/book)
- [Git from bottom up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf)
- [Git Ready](http://gitready.com/)
- [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/)
- [Git Immersion](http://gitimmersion.com/)

## Interesting Videos about Git

- [Introduction to Git](http://www.youtube.com/watch?v=ZDR433b0HJY) by Scott Chacon of GitHub, 2011
- [Linus Torvalds on git](https://www.youtube.com/watch?v=4XpnKHJAok8) at Google Tech Talks 2007
- [Randal Schwartz talks about Git](https://www.youtube.com/watch?v=8dhZ9BXQgc4) at Google Tech Talks 2007
- [Getting Started with Git](https://www.youtube.com/watch?v=ugN-IYV1NTM) by IAmTimCorey
- [Git Tutorial for Beginners: Command-Line Fundamentals](https://www.youtube.com/watch?v=HVsySz-h9r4)
