Setting Up a Pull Request

Today we started working with Pull Requests. Pull requests are changes committed in the branch that are presented to viewers of the users repository on Github. The purpose of pull request is to allow others to view your work and make comments on it so that you can make changes before pushing your changes to the main code base. To initiate a new post/pull request, the following commands must be used to complete the task.

After completing the necessary commands and steps, the user and other collaborators assigned to the repository can view the new post created, and the collaborator added in the repository can view and request changes in the post. After completing those changes, you can merge the branch and complete the post.To make sure you completed the pull request correctly, a yellow banner will pop up in the user’s github.io with a green button named:Compare and Pull Request.Image of yellow banner popping up if succesful with creating a pull request. After clicking on the button, it will take you to the next step, and there’s a button with the named:Create Pull Request.Image of yellow banner popping up if succesful with creating a pull request.

·