How to Use GitHub to Create and Merge a Pull Request
For this lesson we will create a pull request and merge all of the UI work performed on this git branch using the GitHub website.
Guide Tasks
  • Read Tutorial

For this lesson we will create a pull request and merge all of the UI work performed on this git branch into the master branch using the GitHub website.

In each post we've been pushing our work up to the add-design branch and now that our UI work is ready we can merge that branch into the master branch, and this time we're going to use the GitHub website to create a pull request and then merge it in. Then we'll finish up with pulling down our latest code to the master branch that we have on our local machine.

Since we already went into detail on how to do this in the Creating and Merging a Pull Request on GitHub guide I won't duplicate that work, please feel free to use it as a reference and then merge the branch into master and pull it down.

When you're done our master branch should be updated and we're ready to move onto the next section where we will implement a number of advanced User features, such as usernames being subdomains, and having admin users.