Git - Collaboration Workflows
Given the commands below, what is the final branch after finishing a release?
git flow release start 1.0.0 git flow release finish 1.0.0
git flow release start 1.0.0 git flow release finish 1.0.0
master and develop, tags the release, and deletes the release branch.master branch by default.master. -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions