mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
13 lines
208 B
Text
13 lines
208 B
Text
title = Sandbox
|
|
cards = checkout add reset commit merge rebase-interactive file-new file-delete
|
|
|
|
[setup]
|
|
|
|
echo "x = 200
|
|
y = 100" > apple
|
|
|
|
echo "x = 400
|
|
y = 100" > pen
|
|
|
|
git add .
|
|
git commit -m "The beginning"
|