With regular git and githubGitHub, I can do a code review by simply creating a pull request of the feature branch I'm working on to the master branch. How would I do code reviews with git-flow? With a workflow step like "git flowgit flow feature finish (which merges the feature finish`branch into the develop branch), I'm confused as to where the code review actually happens and how git-flow or git can facilitate that review.
Fix broken code markup, and add a few extra words to highlight the issue