Update getting-started-in-a-lab.md

This commit is contained in:
Antreas Antoniou 2018-09-19 18:50:54 +01:00 committed by GitHub
parent 2d54935183
commit 9f0c841011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,10 +39,10 @@ This should display a message indicate a new branch has been found and fetched,
We now need to create and checkout a new local branch from the remote branch fetched above. This can be done by running We now need to create and checkout a new local branch from the remote branch fetched above. This can be done by running
``` ```
git checkout -b lab[n] origin/mlp2017-8/lab[n] git checkout -b lab[n] origin/mlp2018-9/lab[n]
``` ```
where again `lab[n]` corresponds to the relevant lab number fetched above e.g. `lab2`. This command creates a new local branch named `lab[n]` from the fetched branch on the remote repository `origin/mlp2017-8/lab[n]`. where again `lab[n]` corresponds to the relevant lab number fetched above e.g. `lab2`. This command creates a new local branch named `lab[n]` from the fetched branch on the remote repository `origin/mlp2018-9/lab[n]`.
Inside the `notebooks` directory there should new be a new notebook for today's lab. The notebook for the previous lab will now also have proposed solutions filled in. Inside the `notebooks` directory there should new be a new notebook for today's lab. The notebook for the previous lab will now also have proposed solutions filled in.