mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
23 lines
468 B
Text
23 lines
468 B
Text
title = Enter the time machine
|
|
cards = init
|
|
|
|
[description]
|
|
|
|
You've been accepted to time travel school! Yay! It's your first day! Your teacher explains:
|
|
|
|
'To do anything with a time machine, you first need to initialize it!'
|
|
|
|
Drag that blue card up to play it!
|
|
|
|
[setup]
|
|
|
|
rm -rf .git
|
|
|
|
[win]
|
|
|
|
# Initialize the time machine!
|
|
test -d .git
|
|
|
|
[congrats]
|
|
|
|
Nice! See that little owl squirrel that appeared? It will be your companion, and always show you where you are in time!
|