unfetter-discover / unfetter

The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation
Other
408 stars 78 forks source link

Evaluate Git Flow #435

Closed infosec-alchemist closed 7 years ago

infosec-alchemist commented 7 years ago

Evaluate implementing Git Flow for managing branches.

https://datasift.github.io/gitflow/IntroducingGitFlow.html

mushinlogit commented 7 years ago

To install gitflow cd gitproject git flow init Set to master, default, and issue- for the prompts. We could adopt the feature/, hotfix/, folder like naming convention, but our issue- works as well.

To work in gitflow git flow feature start <feature name> git add <files> git commit -m "issue number" git flow feature publish <feature name> Go to github, create a PR