TilBlechschmidt / ucd-COMP41720

UCD Assignment for COMP41720 teaching distributed systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UCD COMP41720 | Quoco Assignments

This repository contains my solutions to the assignments of the COMP41720 module held by Rem Collier at the University College Dublin. The assignments all follow the same basic scheme but are implemented using different distributed techniques. For each version/assignment, there is a branch.

Adding new branches from local repositories

Each branch is a separate commit history, committed from a locally initialized repository. If you want to commit the same crimes as I did (pun intended) or if I forget, here are the relevant commands:

git remote add shared git@github.com:TilBlechschmidt/ucd-COMP41720.git
git checkout -b <name>
git push -u shared <name>
# Profit!

About

UCD Assignment for COMP41720 teaching distributed systems