This project is developed within the Codemaster Bootcamp from Talent Garden Austria.
Product Owner: Jessica
Scrum Master: Johanna Horn
Tester: Claudio Capitao, Alexander Wieser
-
fork this repo
-
clone your new repository
git clone new-repository.git
- navigate to the repository root
cd new-repository
- 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
Pull from Origin $ git pull upstream main