Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions instructors/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ working in teams or not, because it is
- This is a good moment to show a log within a Git GUI. If you skip it
because you're short on time, show it once in GitHub.

## [Exploring History](../episodes/05-history.md)

- Git 2.23 (August 2019) added the `git restore` command as a clearer, more verbose replacement for the heavily overloaded `git checkout` when you wish to restore files into the working tree. The older style `git checkout -- file` does still work in newer versions of Git. This is an illustration of the fact that there are often multiple ways to do the same thing in Git.

## [Ignoring Things](../episodes/06-ignore.md)

Just remember that you can use wildcards and regular expressions to ignore a
Expand Down