Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 3.26 KB

README.md

File metadata and controls

68 lines (45 loc) · 3.26 KB

Learn Git 🔥

📚Usefull ressources

  1. Atlassian Bitbucket
  2. Articles & Explanations
  3. Happy Git & GitHub for the useR
  4. Best tutorials for learning Git and GitHub https://coderefinery.github.io/git-intro/

A bunch of good git tutorials

Intro to git

**Free Resources: **

Paid options:

Git Books

  • Git magic is an online book on Git well written with wonderful analogies to help beginners understand the concepts behind Git

  • A very decent book on git. Spend some time and read it cover to cover. Pro Git book

  • Git from bottom up is another good book

Things to know

  • A Note About Git Commit Messages A must read on writing good commit messages and the style.

  • Git Immersion walks you through Git basics using a step-by-step, hands-on approach. It’s a great tutorial for those who prefer to get into Git right away.

Git in Visuals: