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

15 lines
212 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 = 10
y = 5
color = red" > apple
git add .
git commit -m "An apple a day"