Skip to content
Snippets Groups Projects
Forked from Teaching Stuff / alp4 / alp4-repo-template
Up to date with the upstream repository.
brahms's avatar
abrahas55 authored
f8a1211d
History
Name Last commit Last update
.gitignore
README.md

ALP4 repository template

Use this template for the course ALP4.

How To

  • fork this repository
  • add teaching assistant (TA) and peers to your fork.
  • give TA reporter role and your peers maintainer (or developer)
  • for every exercise, checkout either the c-example or the java-example branch and name the new branch accordingly

The following example uses git checkout to create the new Ueb01 branch based on the c-example branch from the remote "origin".

git checkout -b Ueb01 origin/c-example

Submission

In Whiteboard, add the corresponding commit hash in the comment field of the exercise.

Keep in mind this is specific to the course in Summer 2022!

Contributions

Feel free to open issues or submit merge requests for changes. You may also fork this to prepare templates for other courses.