From 9502ef7565066b0986fa31c58af3aa6ebf6248ab Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:55:57 -0500 Subject: [PATCH] English syntax error At end of Pushing changes section, I revised this sentence: If we are very forgetful and have already forgotten what we change**s we have made**, git log allows us to look at what we have been doing with our git repository (in reverse chronological order, with the very latest changes first). to remove the bold and just have a d. --- _episodes/03-sharing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-sharing.md b/_episodes/03-sharing.md index 569d2cc9..b0d3030b 100644 --- a/_episodes/03-sharing.md +++ b/_episodes/03-sharing.md @@ -330,7 +330,7 @@ $ git commit -m 'Add another line' ~~~ {: .language-bash } -If we are very forgetful and have already forgotten what we changes we have made, `git log` allows us to look at what +If we are very forgetful and have already forgotten what we changed, `git log` allows us to look at what we have been doing with our git repository (in reverse chronological order, with the very latest changes first).