Teaching material for Advanced Computational Modelling 2 (FEEG6003)
This repo holds public teaching material for the ACM 2.
The master
branch contains a set of files for gitpitch.
Gitpitch works with branches. A new branch should be started for each presentation:
git checkout -b <branchname>
Please do not change files on the master
branch. This will make it easier to merge global changes into individual presentations later.
To edit an existing presentation, it's branch needs to be checked out:
git checkout <branchname>