#100DaysOfCode #CodeNewbie
Free Resources to learn git and GitHub
A Long Thread

(Add your favourite resources in the thread too)


A Long Thread


(Add your favourite resources in the thread too)
Rated the best "Introduction to git and GitHub" tutorial by some guy who loves tutorials :P https://dev.to/nirbhayvashisht/introduction-to-git-and-github-4jg8
Git introduction for "advanced beginners," but are still struggling, in order to give you a simple strategy to safely experiment with git.
http://think-like-a-git.net/
http://think-like-a-git.net/
Learn Git in 15 minutes from within your browser for free
https://try.github.io/
https://try.github.io/
A useful minimum set of commands for Everyday Git.
https://git-scm.com/docs/giteveryday
https://git-scm.com/docs/giteveryday
How to get out of common git mistakes described in plain English
https://ohshitgit.com/
https://ohshitgit.com/
Various tutorials on using git https://www.atlassian.com/git/tutorials/
GitHub git cheat sheet PDF
https://education.github.com/git-cheat-sheet-education.pdf
https://education.github.com/git-cheat-sheet-education.pdf
The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress.
https://git-scm.com/book/en/v2
https://git-scm.com/book/en/v2
Step by step Git tutorial desktop app. https://github.com/jlord/git-it-electron
A guide about what to do when things go wrong. https://github.com/k88hudson/git-flight-rules
Visual, cross-platform, and interactive git desktop application for version control. https://www.gitkraken.com/git-client
Collection of most commonly used git tips and tricks. https://github.com/git-tips/tips
Git Best Practices.
https://sethrobertson.github.io/GitBestPractices/
https://sethrobertson.github.io/GitBestPractices/
Learn Git in the most visual and interactive way. https://learngitbranching.js.org/
Git and GitHub learning resources.
https://help.github.com/articles/git-and-github-learning-resources/
https://help.github.com/articles/git-and-github-learning-resources/
freeCodeCamp's wiki on git resources https://www.freecodecamp.org/forum/t/wiki-git-resources/13136