BenRongey / BenApprenticeship

0 stars 0 forks source link

Git Flow #19

Open BenRongey opened 5 years ago

BenRongey commented 5 years ago

git flow is a model of developing while using git. It is designed to make it straightforward to know where new changes should be applied and where they should be merged afterward

Read: http://nvie.com/posts/a-successful-git-branching-model/

Questions: