diff --git a/_episodes/03-sharing.md b/_episodes/03-sharing.md index 25a4259f..758b6e29 100644 --- a/_episodes/03-sharing.md +++ b/_episodes/03-sharing.md @@ -330,7 +330,8 @@ $ git commit -m 'Add another line' ~~~ {: .language-bash } -If we are very forgetful and have already forgotten the 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).