Info |
---|
Split into two teams (team sizes can range from 1 - 3). Team 1 must set the project up (locally). It should be an empty maven project with NO code. Team 1 should also create a git repo on the cloud. Once team 2 1 have created the cloud git repo they should invite team 2, team 1 2 should get an invite from team 2 1 join the git repo. Team 2 should create the git repo . Once created team in the cloud. Team 2 should have received an invite from team 1 to join the their repo. Also, once created, team 1 must push the empty maven project to this git repo (they cannot do this until have joined the repo from the invite)They should join the team 1’s repo. Finally team 2 should obtain a clone of the shared project team 1 created - this can be through a git clone or git pull. |
...