TL;DR
In this week’s reading club, we recommend an example of how to teach Git using Rachel M. Carmena’s drawings.
We all know that we should follow three git steps not to get in trouble:
- git add
- git commit
- git push
But we still get in trouble with git. Read Rachel’s explanation of git basics, where she uses drawings to help you understand this important topic.