Hide menu

TDDE18 Programming (C++)

Overview

In this course we are going to use Git for submitting your lab work. It is important that you know the basic git command and how git works. If you need a refresher on git you can check out Try Git. When submitting you need to use the sendlab script to submit the lab. You can check your submission by starting a terminal, go into your lab folder and enter:
git tag
This will show you which submissions you have send in with regards to your lab assignment. Do note that a submission after deadline will be seen as a late submission.

How to submit your lab

The way to submit your work is by using the sendlab command. You submit your lab assignment by starting a terminal. You submit your work by commit your work and push it to the server. Then you use the following command:
~TDDE18/sendlab send

Page responsible: Christoffer Holm
Last updated: 2018-08-30