mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
14 lines
212 B
Text
14 lines
212 B
Text
title = Apples
|
|
cards = checkout commit-auto reset-hard branch-delete
|
|
|
|
[description]
|
|
|
|
Testlevel for 2d interactive files.
|
|
|
|
[setup]
|
|
|
|
echo "x = 10
|
|
y = 5
|
|
color = red" > apple
|
|
git add .
|
|
git commit -m "An apple a day"
|