Skip to content
Snippets Groups Projects
Commit 1ddd31d5 authored by abrahas55's avatar abrahas55
Browse files

Merge branch 'main' into 'main'

Improve README.md

See merge request teaching-stuff/alp4-repo-template!1
parents 251575f8 bf529954
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,17 @@ Use this template for the course ALP4.
## How To
* fork this repository
* add teaching assistant (TA) and your peers to 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".
```bash
git checkout -b Ueb01 origin/c-example
```
## Submission
In Whiteboard, add the corresponding commit hash in the comment field of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment