From b04f150e05c26eb58dc5a9c9979ef441e84d1d4b Mon Sep 17 00:00:00 2001
From: pswietojanski
Date: Mon, 12 Oct 2015 02:06:37 +0100
Subject: [PATCH] lab and coursework
---
02_MNIST_SLN.ipynb | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/02_MNIST_SLN.ipynb b/02_MNIST_SLN.ipynb
index eab08f4..84b2ee1 100644
--- a/02_MNIST_SLN.ipynb
+++ b/02_MNIST_SLN.ipynb
@@ -28,8 +28,18 @@
"\n",
"1. Enter the mlpractical directory `cd ~/mlpractical/repo-mlp`\n",
"2. List the branches and check which is currently active by typing: `git checkout`\n",
- "3. Change the\n",
- " "
+ "3. If you are not in `master` branch, switch to it by typing: \n",
+ "```\n",
+ "git checkout master\n",
+ " ```\n",
+ "4. Then update the repository (note, assuming master does not have any conflicts), if there are some, have a look here\n",
+ "```\n",
+ "git pull\n",
+ "```\n",
+ "5. And now, create the new branch & swith to it by typing:\n",
+ "```\n",
+ "git checkout -b coursework1\n",
+ "```"
]
},
{