Closed infosec-alchemist closed 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
Evaluate implementing Git Flow for managing branches.
https://datasift.github.io/gitflow/IntroducingGitFlow.html