The art of using git
In this book I will describe how I use git. In doing so I hope to help others in learning git. Please take everything I write here with a grain of salt. Please don't blindly use this guide!
Branches - Gitflow
Main and dev For starters: Do as I say and not as I do. I say this because I myself have forgot...
Commiting
How do I commit right? What makes a good commit message? Separate subject from body with a ...
Merge - Rebase - Squash
When should you use either of them? Merge Source: https://www.gitkraken.com/learn/git/git-mer...
Typical workflow
How does a typical workflow look like? I am going to take one of my repo's as an example on how ...