From the course: Git for Teams

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Git Flow wrap-up

Git Flow wrap-up - Git Tutorial

From the course: Git for Teams

Start my 1-month free trial

Git Flow wrap-up

- [Instructor] There's one final thing we'll need to do as the maintainer to complete the GitFlow Workflow. The maintainer needs to update the develop branch with the latest changes. Remember that we made a minor QA fix to the release candidate branch that was only merged into the master branch. That change needs to be pulled into the development branch so that future feature branches that are branched off of develop include the fix. Let's build out that merge request so that we can get develop up to date. So click on Merge Requests on the side bar and then I'm going to click on the New Merge Request button. I'm going to select master as my Source branch, and then I'm going to select develop as the Target branch. I'll then compare the branches and the Merge Request form will provide me with a title for the merge request. We can see that the Source branch is master, the Target branch is develop. It's exactly what we want to do. We see the Commits that will go into develop. So let's go…

Contents