From cc6df770a31af891f8803443e5b2feff6a2c2716 Mon Sep 17 00:00:00 2001 From: Steve Renals Date: Thu, 20 Sep 2018 16:40:30 +0100 Subject: [PATCH] fixed typo --- notes/getting-started-in-a-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/getting-started-in-a-lab.md b/notes/getting-started-in-a-lab.md index b1c7a70..fa0b324 100644 --- a/notes/getting-started-in-a-lab.md +++ b/notes/getting-started-in-a-lab.md @@ -34,7 +34,7 @@ We are now ready to fetch any updated code from the remote repository on Github. git fetch origin ``` -This should display a message indicate a new branch has been found and fetched, named `origin/mlp2017-8/lab[n]` where `[n]` is the relevant lab number e.g. `origin/mlp2017-8/lab2` for the second lab. +This should display a message indicate a new branch has been found and fetched, named `origin/mlp2018-9/lab[n]` where `[n]` is the relevant lab number e.g. `origin/mlp2018-9/lab2` for the second lab. We now need to create and checkout a new local branch from the remote branch fetched above. This can be done by running