From d209476fe34e5ee1436ea0c7e41c1276ee858d21 Mon Sep 17 00:00:00 2001 From: Steve Renals Date: Wed, 7 Oct 2015 08:52:04 +0100 Subject: [PATCH] formatting --- gitFAQ.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gitFAQ.md b/gitFAQ.md index 16551d8..95d677a 100644 --- a/gitFAQ.md +++ b/gitFAQ.md @@ -5,8 +5,12 @@ Setting up your virtual environment and getting the initial MLP materials is exp ## How do I update to this weeks coursework? To avoid potential conflicts between the changes you have made since last week and our additions, we recommend stash your changes and pull the new code from the mlpractical repository by typing: - * git stash save "Lab1 work" - * git pull + +``` +git stash save "Lab1 work" +git pull +``` + Then, if you need to, you can always (temporaily) restore a desired state of the repository.