vscode-git-flow
vscode-git-flow copied to clipboard
Pull develop branch before merging
When a user wants to merge the develop branch into a feature. The develop branch could be behind with changes compared to the origin. Before merging the develop branch into the feature branch the action should pull the changes from develop branch first.
This issue reopened because this also needs to be done before git flow finish command