Skip to content

Commit

Permalink
Merge pull request #1007 from swcarpentry/no-checkout
Browse files Browse the repository at this point in the history
No `checkout`
  • Loading branch information
martinosorb authored Oct 8, 2024
2 parents fda313d + 10617fb commit c24f401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ $ git status
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
(use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
Expand Down Expand Up @@ -285,7 +285,7 @@ $ git status
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
(use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
Expand Down

0 comments on commit c24f401

Please sign in to comment.