From 7d467579eafa4f9cf4cdfa19cb5d8c02405688e4 Mon Sep 17 00:00:00 2001 From: Pietro Di Bello Date: Wed, 27 Apr 2022 22:17:40 +0200 Subject: [PATCH] fix formatting typo in git Q&A (#226) --- exercises/git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/git/README.md b/exercises/git/README.md index c47294f..f827096 100644 --- a/exercises/git/README.md +++ b/exercises/git/README.md @@ -53,7 +53,7 @@ There are different ways to check whether a file is tracked or not:
How can you see which changes have done before committing them?
-`git diff``` +`git diff`