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.
- In the directory tree
- 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:
- Open a terminal
- Change to the
demo
project directory - List remotes:
git remote -v
- Pull from the upstream repository:
git pull upstream