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