Git Resources ============= General ------- - `Try Git`_: A short interactive tutorial that will get you acquainted with git that we highly recommend you start with. - `Practical Guide to Git`_: A stackoverflow post that has answers to the most common questions in git, and a few guides. - `git basics`_: A teamtreehouse workshop covering the basics of git. .. _`Practical Guide to Git`: http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide .. _`Try Git`: https://try.github.io/ .. _`git basics`: http://teamtreehouse.com/library/git-basics In-Depth -------- - `Git Pro`_ - `Atlassian git Tutorial`_: Advanced git concepts with examples - `Think Like a Git`_: If you want a deeper understanding of how git works. .. _`Think Like a Git`: http://think-like-a-git.net/ .. _`Atlassian git Tutorial`: https://www.atlassian.com/git/tutorials/ .. _`Git Pro`: https://git-scm.com/book/en/v2 Cheat Sheets ------------ - `Github's Git Cheat Sheet`_ - `Git - The Simple Guide`_ - `Interactive Git Cheat Sheet`_ .. _`Github's Git Cheat Sheet`: https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf .. _`Git - The Simple Guide`: http://rogerdudler.github.io/git-guide/ .. _`Interactive Git Cheat Sheet`: http://www.ndpsoftware.com/git-cheatsheet.html