From 6fcf46245078389955c97c9b247b1e16c7ca67fa Mon Sep 17 00:00:00 2001 From: Kalle Westerling Date: Mon, 20 Jan 2020 12:37:19 -0500 Subject: [PATCH] @5375b3bb3c39a8335e438eb31682302d474ec9a6 ingest --- sections/gitaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/gitaction.md b/sections/gitaction.md index d367f4f..81cf6a9 100644 --- a/sections/gitaction.md +++ b/sections/gitaction.md @@ -84,7 +84,7 @@ On branch master nothing to commit, working tree clean ``` -This means that everything in the repository is successfully committed and up-to-date. If you edit your syllabus file or create a new file in the repository., the message you get with `git status` will instead list files that have uncommitted changes. +This means that everything in the repository is successfully committed and up-to-date. If you edit your syllabus file or create a new file in the repository, the message you get with `git status` will instead list files that have uncommitted changes. Let's run one other command to see the effect our commit has had. Enter this command: