caubert / HW_Template (public) (License: Creative Commons Attribution 4.0 International License) (since 2019-05-20) (hash sha1)
Latex macros and document to create easily homeworks, quizzes, exams and final exams for the computer science classes I teach.
List of commits:
Subject Hash Author Date (UTC)
Initial commit, first draft of the common template for homework, quizzes, exams and final exams. 9c2fdd7f1025807b90143eb945744b4700b1ce34 aubert@math.cnrs.fr 2019-05-20 17:54:44
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/HW_Template

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/HW_Template

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/HW_Template

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main