ncbirdconservation / NCBA

A collaborative repository of code for the North Carolina Bird Atlas.
6 stars 2 forks source link

Implement GitFlow #76

Closed skaclmbr closed 1 year ago

skaclmbr commented 1 year ago

Convert our process to using a GitFlow process rather than a trunk-based development.

more info here: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow

To convert your working local directory to use GitFlow, from the root directory, type: git flow init

Accept all defaults.

skaclmbr commented 1 year ago

Gitflow seems to be overkill for our needs.