Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

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

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

  • No labels