Git - Collaboration Workflows
Given the following commands, what is the current branch after finishing a feature named
ui-update?git flow feature start ui-update git flow feature finish ui-update
