mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Polish levels some more
This commit is contained in:
parent
951ebd4c59
commit
7740c43a62
14 changed files with 97 additions and 50 deletions
levels/time-machine
|
@ -5,7 +5,7 @@ cards = checkout commit-auto
|
|||
|
||||
Did you know that creating parallel timelines is perfectly legal and safe? It's true!
|
||||
|
||||
Can you find out when things went wrong in this zoo, and create commits that tell a better story?
|
||||
Can you find out when things went wrong in this zoo, and create a parallel universe where everyone is happy?
|
||||
|
||||
[setup]
|
||||
|
||||
|
@ -22,7 +22,7 @@ git commit -am "The child buys something"
|
|||
|
||||
mv child cage
|
||||
git add .
|
||||
git commit -m "The child is curious"
|
||||
git commit -m "The child climbs somewhere"
|
||||
|
||||
git rm cage/child
|
||||
echo "Looks happy. :)" > cage/lion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue