Closed skaclmbr closed 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.
Gitflow seems to be overkill for our needs.
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.