git-novice icon indicating copy to clipboard operation
git-novice copied to clipboard

No `checkout`

Open martinosorb opened this issue 1 year ago • 1 comments

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.

martinosorb avatar Jul 24 '24 12:07 martinosorb

: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.

github-actions[bot] avatar Jul 24 '24 12:07 github-actions[bot]

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).

martinosorb avatar Sep 18 '24 12:09 martinosorb