Testing a Central Repository
Completion requirements

Opened: Wednesday, 29 May 2019, 12:00 AM
Due: Wednesday, 29 May 2019, 12:00 AM

- Create a central repository (GitHub, GitLab or similar) in pair work. A Java project has to be created and has to be pushed using the bash. Think of the .gitignore file. The second team member checks out the project (pull). Both make changes in the same file (also same line). The second push later fails. Solve the conflict manually and push the result.
- The same is no longer done with the bash, but with the IDE. To do this, connect the IDE to the central repository. Enjoy the comfort of the IDE when merging manually.
Logos of Github, Gitlab and Bitbucket