Lesson 3 Episode 3 — Pull requests

Lesson 3 Episode 3 — Pull requests#

Time: 6 min

Working as a team merge the changes made in the previous exercise into the main branch of the team’s repository.

  1. [Collaborators] create a pull request for their own branch. Give your pull request a meaning name, and a short and clear description.

  2. Are there any conflicts? Resolve them using the GitHuB GUI. Ask for help if you need to.

  3. [Collaborators] Merge the pull request to the main branch using the method of their choice.

  4. Check the main branch to confirm that your changes have been merged.