Do the following steps to prepare the working environment for the workshop. You will be working in pairs, so one repo/ 2 sudents are enough.
You will:
- Create a new repo from the template
- Invite yout peer to the repo
- Clone the repository
- Install the Git Graph extension
- Select Use this template.
- Select Create a new repository.
- Select your Github account for the Owner.
- You can name the repository as you want, it will be created with this name in your account.
- You can choose public or private repo. I would recommend private, because it is not a project just an exercise, maybe you don't want to everybody see it.
- You can keep include all branches unchecked.
- Click on the create repository
Navigate to your newly created repo in your Github account.
- Click to repo Settings tab.
- Click to Collaborators on the sidebar.
- Use the Add people button to add your peer as a collaborator to your repo.
- Clone you and your peer the repo as usual.
- Click on the Extensions pane in VS Code
- Search for "Git Graph" VS Code Marketplace: Git Graph
- Install and Enable it.


