/
Pull request lab
Pull request lab
In this simple lab, team 2 will create a feature branch, make a change to their code on the feature branch, push the change to the feature branch, and then issue a pull request to team 1
Activities
Team 1
Wait for the pull request from team 2.
Make sure you are on the master branch
Once received perform a git merge - this can be done on the web page by looking at the pull requests
Team 2
Create a new feature branch (git checkout -b)
Modify the CUT as follows
Push your changes to the repo
Issue a git pull request to team 1