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
Branches
Tags
1 merge request!1Improve README.md
...@@ -5,11 +5,17 @@ Use this template for the course ALP4. ...@@ -5,11 +5,17 @@ Use this template for the course ALP4.
## How To ## How To
* fork this repository * 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) * give TA reporter role and your peers maintainer (or developer)
* for every exercise, checkout either the *c-example* or the *java-example* * for every exercise, checkout either the *c-example* or the *java-example*
branch and name the new branch accordingly 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 ## Submission
In Whiteboard, add the corresponding commit hash in the comment field of the 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