saperlipopette (development version)
New
exo_blame()exercise to practice finding who added a specific line withgit blame.New
exo_log_deleted_file()exercise to practice finding a deleted file withgit log -- <path>.New
exo_log_deleted_line()exercise to practice finding a deleted line withgit log --S<string>orgit log --R<regex>.New
exo_revparse()exercise to practice parsing ancestry references withgit rev-parse.New
exo_worktree()exercise to practicegit worktree.Add instructions with “switch” and “restore” alongside “checkout” equivalents (#30).
