The wordcel's guide to git ↦
If you’re better with words than you are with shapes, this git guide by Zach Musgrave may help you get out of the “I memorized N git commands but I have no idea how any of this works” phase.
Here’s how Zach describes it:
The git commit graph and its relationship to common git workflows explained using simple English and easy to understand diagrams. Also some jokes.
Discussion
Sign in or Join to comment or subscribe
David
2023-01-03T11:21:38Z ago
Interesting (and effective) take on explaining the very basics of Git simply. Thanks for sharing! Too bad the author went through the efforts of learning and explaining the basics but ended his article completely discrediting rebases, which are actually very useful and it’s worth learning their intricacies. Instead, the author is nurturing a fear around them that really isn’t warranted at all.