This repository is created for demonstration purposes. Version control with Git and GitHub is taught in the Digital Causality Lab.
Participants of the Digital Causality Lab should use this repo as a template and do the following steps.
- Create your own GitHub repository.
- You can either navigate to your GitHub profile, go to the repositories tab and click on new, or,
- You can use this template by clicking on the Use this template button.

- Open an issues with a task. For example, the title could be "Add some content to the
README.mdfile". - Create a new branch, e.g., named
changes-to-readme. - Make changes to your files on this branch and commit them with a message. Push the changes.
- Open a pull request and review your changes.
- Merge the pull request and pull the
mainbranch again. Verify that your changes have been merged.