Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.56 KB

File metadata and controls

47 lines (31 loc) · 1.56 KB

Preparing to the workshop

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:

  1. Create a new repo from the template
  2. Invite yout peer to the repo
  3. Clone the repository
  4. Install the Git Graph extension

Create a new repo from the template

Use this template screenshot

  1. Select Use this template.
  2. Select Create a new repository.

Create new repository screenshot

  1. Select your Github account for the Owner.
  2. You can name the repository as you want, it will be created with this name in your account.
  3. 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.
  4. You can keep include all branches unchecked.
  5. Click on the create repository

Invite your peer to your new repo

Navigate to your newly created repo in your Github account.

Invite collaborators screenshot

  1. Click to repo Settings tab.
  2. Click to Collaborators on the sidebar.
  3. Use the Add people button to add your peer as a collaborator to your repo.

Clone the repository as usual

  1. Clone you and your peer the repo as usual.

Install the Git Graph VS Code extension

  1. Click on the Extensions pane in VS Code
  2. Search for "Git Graph" VS Code Marketplace: Git Graph
  3. Install and Enable it.