/event-finder

This project is developed within the Codemaster Bootcamp from Talent Garden Austria.

Primary LanguageCSS

Project made by the Team Avengers Initiative

This project is developed within the Codemaster Bootcamp from Talent Garden Austria.

Team Avangers Initiative

Product Owner: Jessica

Scrum Master: Johanna Horn

Tester: Claudio Capitao, Alexander Wieser

Set up Team GitRepo

  1. fork this repo

  2. clone your new repository

git clone new-repository.git

  1. navigate to the repository root

cd new-repository

  1. add a reference to your original repository

git remote add upstream https://github.com/jvnhrn/event-finder

5.pull all code from the original repository

git pull upstream main

Note: pull the lates version of the main repo

Pull from Origin $ git pull upstream main