mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
23 lines
556 B
Text
23 lines
556 B
Text
title = Entrar en la máquina del tiempo
|
|
cards = init
|
|
|
|
[description]
|
|
|
|
¡Has sido aceptado en la escuela de viajes en el tiempo! ¡Yay! ¡Es tu primer día! Tu profesor explica:
|
|
|
|
"¡Para hacer cualquier cosa con una máquina del tiempo, primero necesitas inicializarla!"
|
|
|
|
¡Arrastra esa tarjeta azul hacia arriba para jugarla!
|
|
|
|
[setup]
|
|
|
|
rm -rf .git
|
|
|
|
[win]
|
|
# Inicializa la máquina del tiempo!
|
|
|
|
test -d .git
|
|
|
|
[congrats]
|
|
|
|
¡Bien hecho! ¿Ves a esa pequeña ardilla búho que apareció? ¡Será tu compañera y siempre te mostrará dónde estás en el tiempo!
|