Workflow - Commands Flashcards
1
Q
git flow feature start
A
- ready to work on a new feature
2
Q
git flow hotfix start
A
- ready to fix a bug
3
Q
git flow hotfix finish
A
- finished work on hotfix and closes it out
4
Q
git flow feature finish
A
- command you would use to finish the feature and merge everything back into master