mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Fix typos
This commit is contained in:
parent
ce9fcda773
commit
9da0bd1fbd
4 changed files with 4 additions and 4 deletions
levels
|
@ -35,4 +35,4 @@ test "$(git show main^:c)" != "c"
|
|||
|
||||
[congrats]
|
||||
|
||||
Well done! Try tavelling between the commits using `git checkout`, so you can look at their contents again!
|
||||
Well done! Try travelling between the commits using `git checkout`, so you can look at their contents again!
|
||||
|
|
|
@ -39,7 +39,7 @@ git add recipe
|
|||
|
||||
[win]
|
||||
|
||||
# Did you resolve the confict and commit?
|
||||
# Did you resolve the conflict and commit?
|
||||
{ git show HEAD | grep "Flour"; } && { git show HEAD | grep "Salt"; }
|
||||
|
||||
# Did you clear stash stack?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue