I am setting up our new Bitbucket Repo (we are migrating from TFS). We are using SourceTree as our GUI.
I would like to use SourceTree's Git Flow, which seems to be amazing. I am having only one problem:
-When someone finishes a Feature, I would like to create a Pull Request to my Development branch, instead of merging it automatically.
How do I disable some devs to push to the dev branch?
And how do I make that the Finish Feature makes a Pull Request, instead of a merge?