Closed alexdewar closed 1 month ago
Maybe address #24 at the same time
Note that this will change the output of git log
etc. everywhere after this, so various code boxes will need updating:
I've been working my way through the course to build up the git history again and noticed that we already have a revert in there from the introductory course! So if students have done the intro course they should already know how to use git revert
.
Would it be worth just signposting the relevant section in the intro course? I see two upsides:
Thoughts?
Superseded by #91
Currently in the "rewriting history" episode we teach students the
git reset
command beforegit revert
, which seems a strange way to do it. Maybe let's teach them the safe way to do things first.