From c8f25a4f183754d293a5591df98b57b74d602d08 Mon Sep 17 00:00:00 2001
From: Guillaume Martres <smarter@ubuntu.com>
Date: Fri, 20 Sep 2019 11:33:50 +0200
Subject: [PATCH] Add git commit advice

---
 week1/02-grading-and-submission.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/week1/02-grading-and-submission.md b/week1/02-grading-and-submission.md
index 0db2708..dff8b69 100644
--- a/week1/02-grading-and-submission.md
+++ b/week1/02-grading-and-submission.md
@@ -37,7 +37,7 @@ haven't committed by writing:
 git status
 ```
 
-(If you get the error `Not a valid command: git`, it means you're inside `sbt`,
+(If you get the error `Not a valid command: git`, it means you're inside sbt,
 you can't run git from sbt itself, you need to open another terminal in the same
 directory)
 
@@ -55,6 +55,8 @@ good commit messages)
 git commit -am "My message"
 ```
 
+(It's good practice to commit your code regularly to document your changes)
+
 You can then synchronize your local git repository with the gitlab server by
 first running:
 ```shell
-- 
GitLab