From 9f0c841011b9fb9a5304e6aadbca17642cface26 Mon Sep 17 00:00:00 2001 From: Antreas Antoniou Date: Wed, 19 Sep 2018 18:50:54 +0100 Subject: [PATCH] Update getting-started-in-a-lab.md --- notes/getting-started-in-a-lab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/getting-started-in-a-lab.md b/notes/getting-started-in-a-lab.md index 7f53851..b1c7a70 100644 --- a/notes/getting-started-in-a-lab.md +++ b/notes/getting-started-in-a-lab.md @@ -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 ``` -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.