This repository contains our practical project for the class of distributed systems
The website containing the Javadocs can be found here.
It will always be kept updated.
# Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/distributed-systems-2019.git
# Navigate to the newly cloned directory
cd distributed-systems-2019
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/Cepos-e-Mabecos/distributed-systems-2019.git
git checkout master
git pull upstream master
git checkout -b <topic-branch-name>
git pull [--rebase] upstream master
git push origin <topic-branch-name>
master
branch.By contributing your code, you agree to license your contribution under the MIT License.