oh-my-git/levels/2d/2d-test

16 lines
231 B
Text
Raw Normal View History

2020-11-17 18:31:19 +01:00
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
2020-11-17 18:31:19 +01:00
git add .
git commit -m "An apple a day"