mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
Adding win descriptions
This commit is contained in:
parent
c52c742b2d
commit
34b348c8f9
2 changed files with 2 additions and 0 deletions
levels/changing-the-past
|
@ -76,6 +76,7 @@ git checkout --detach main
|
|||
|
||||
[win]
|
||||
|
||||
# Order all tree branches into one and move the main branch ref
|
||||
{ git show main:you | grep "You ate.*baguette"; } && { git show main:you | grep "You drank.*coffee"; } && { git show main:you | grep "You ate.*donut"; } && { test "$(git log main --oneline | wc -l)" -eq 7; }
|
||||
|
||||
[congrats]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue