Skip to content

Project

Task 1: View the demo project

Your instance of Visual Studio Code is provisioned with your credentials to allow Git-over-HTTP to the GitLab instance as well as a clone of the demo project.

  1. In the directory tree
  2. Find the demo project under /home/seat

Task 2: Pulling from the upstream repository

The local clone of the demo project is configured with a remote pointing to the location of the original project on GitHub. This is prepared in case the instructor needs to fix a demo. Let's test this safeguard:

  1. Open a terminal
  2. Change to the demo project directory
  3. List remotes: git remote -v
  4. Pull from the upstream repository: git pull upstream