Skip to main content
Fix broken code markup, and add a few extra words to highlight the issue
Source Link

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.

With regular git and github 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 workflow like "git flow feature finish` I'm confused as to where the code review actually happens and how git-flow or git can facilitate that review.

With regular git and GitHub, 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 flow feature finish (which merges the feature 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.

Source Link
AdamT
  • 599
  • 1
  • 4
  • 3

code review with git-flow and github

With regular git and github 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 workflow like "git flow feature finish` I'm confused as to where the code review actually happens and how git-flow or git can facilitate that review.