From the course: GitHub for Data Scientists

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Pull requests in GitHub

Pull requests in GitHub - GitHub Tutorial

From the course: GitHub for Data Scientists

Pull requests in GitHub

- [Instructor] In this lesson I will show you how to create a pull request in GitHub. Pull requests let you notify others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add followup commits before your changes are merged into the base branch. Once you've committed your changes and pushed them up to a branch, you can create a pull request to propose that those changes get added to a different branch. To create a pull request, make sure that you are on the branch that contains the files that you've changed. Click compare and pull request. Verify that the base branch is the branch that you want to merge your changes into and compare is the branch that your changes are already on. Now you can add a title and a description for your pull request. The description can leave comments for whoever you want to…

Contents