From 23cdabc364858968c491e2707b05003dd8088a5a Mon Sep 17 00:00:00 2001
From: Guillaume Martres <smarter@ubuntu.com>
Date: Fri, 20 Sep 2019 11:31:38 +0200
Subject: [PATCH] Warn about sbt git confusion

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

diff --git a/week1/02-grading-and-submission.md b/week1/02-grading-and-submission.md
index 6bd6199..0db2708 100644
--- a/week1/02-grading-and-submission.md
+++ b/week1/02-grading-and-submission.md
@@ -37,6 +37,10 @@ haven't committed by writing:
 git status
 ```
 
+(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)
+
 This will display the list of files you have modified since the last commit, to
 see the exact changes you made, run:
 ```shell
-- 
GitLab