diff --git a/day1/04_Commits/04_History.md b/day1/04_Commits/04_History.md index e365895..5620567 100644 --- a/day1/04_Commits/04_History.md +++ b/day1/04_Commits/04_History.md @@ -56,6 +56,8 @@ also compare specific commits. * Use `git diff` to compare changes between specific revisions * Use `git blame .gitignore` to see the authors for the file +Bonus: Try `git log` with the `--graph` and `--oneline` option. + ~~~SECTION:handouts~~~ **** @@ -81,6 +83,8 @@ also compare specific commits. * Use `git diff` to compare changes between specific revisions * Use `git blame .gitignore` to see the authors for the file +Bonus: Try `git log` with the `--graph` and `--oneline` option. + !SLIDE supplemental solutions # Lab ~~~SECTION:MAJOR~~~.~~~SECTION:MINOR~~~: Proposed Solution ****