git-novice
git-novice copied to clipboard
No `checkout`
This removes the last instances of git checkout: two cases that had been missed, in which checkout was still included in the suggestions of git status (this is now revert). The other was a change from git checkout -b to git switch -c, not covered by the previous pull request, which dealt with changing the cases that could be turned into git revert.
:ok: Pre-flight checks passed :smiley:
This pull request has been checked and contains no modified workflow files, spoofing, or invalid commits.
Results of any additional workflows will appear here when they are done.
Note: we should add a comment in the instructor notes that explains this and offer alternatives in case of older versions of git (Toby's suggestion).