How I Git
February 12, 2021
My git workflow when working on a team
Everyone has has their own way of using git. This is mine. It may not fit your workflow, and you might wholely disagree with the why's and how's of this post. However, my hope is that you can take away some tip or trick and weave it into your workflow. This flow follows the open source (or fork/pr) model of collaborating in git. This model revolves around the idea that each collaborator to a project creates a personal fork of the repo and then makes pull request back to the main repo.
Read more