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
π¦π: https://twitter.com/simplabs/status/1397500375796752384
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
π¦π: https://twitter.com/simplabs/status/1397500375796752384
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