mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Extract terminal in its own scene, add a few proper levels with a description
This commit is contained in:
parent
ebbb505283
commit
7373984d47
18 changed files with 179 additions and 92 deletions
levels/02-tree
6
levels/02-tree/goal
Normal file
6
levels/02-tree/goal
Normal file
|
@ -0,0 +1,6 @@
|
|||
echo 'meow' > noises
|
||||
git update-index --add noises
|
||||
git write-tree
|
||||
|
||||
rm noises
|
||||
git update-index --remove noises
|
Loading…
Add table
Add a link
Reference in a new issue