Skip to content
Snippets Groups Projects
Commit 272db37f authored by Olivier Blanvillain's avatar Olivier Blanvillain
Browse files

Merge branch 'patch-1' into 'master'

Fix #3

Closes #3

See merge request lamp/cs-210-functional-programming-2019!2
parents 7145f018 62d57e10
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,11 @@ one with number) in the following command).
**THE FOLLOWING WILL NOT WORK YET, CHECK BACK LATER**
```shell
git clone -b example git@gitlab.epfl.ch:lamp/student-repositories-s19/cs206-GASPAR.git cs206-example
git clone -b example git@gitlab.epfl.ch:lamp/student-repositories-f19/cs210-GASPAR.git cs210-example
```
```shell
cd cs206-example
cd cs210-example
```
**IMPORTANT:** The `example` branch you just cloned contains your assignment, but is read-only on our server, **you should not try to edit it**.
......
......@@ -5,7 +5,7 @@
You can use the following commands to make a fresh clone of your repository:
```shell
git clone -b recfun git@gitlab.epfl.ch:lamp/student-repositories-f19/cs206-GASPAR.git cs210-recfun
git clone -b recfun git@gitlab.epfl.ch:lamp/student-repositories-f19/cs210-GASPAR.git cs210-recfun
cd cs210-recfun
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment