RT @simplabs@twitter.com

In his blog post, Chris Manson discusses the value of using Git effectively to make pull requests more understandable.

Read more here: https://buff.ly/3fOzRRx

#github #git #githistory

πŸ¦πŸ”—: https://twitter.com/simplabs/status/1397500375796752384

Git Good - The magic of keeping a clean Git history

Chris Manson goes into detail about the benefits of a clean git history and describes some tips and tricks that really help you clean up your branches and Pull Requests

A good explanation of why git is important for collaboration. TL;DR:
- smallest conceptual changes
- clean git history (need to learn at least squashing, rebasing or cherry-picking)
- improved readability of a merge/pull request

+ my 2 cent: add human context in commit messages

A big thank to @mehlah@twitter.com who β€œpushed” me to write real commit messages (I.e. more than 1 line with a complete commit description text) πŸ’š