Skip to content

Commit

Permalink
fixes krypton vs whitesauce, fixes #1047; plus typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinosorb committed Nov 22, 2024
1 parent d2bfd12 commit 382ffa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learners/discuss.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,15 +367,15 @@ If you forgot to use Git and you used Unix `mv` instead
of `git mv`, you will have a touch more work to do but Git will
be able to deal with it. Let's try again renaming the file,
this time with Unix `mv`. First, we need to recreate the
`krypton.txt` file:
`whitesauce.md` file:

```bash
$ echo "Very fun recipe to do" > whitesauce.md
$ git add whitesauce.md
$ git commit -m 'Add white sauce recipe'
```

Let us rename the file and see what Git can figured out by itself:
Let us rename the file and see what Git can figure out by itself:

```bash
$ mv whitesauce.md bechamel.md
Expand Down

0 comments on commit 382ffa8

Please sign in to comment.