mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-23 21:01:22 +02:00
Two new low-level levels
This commit is contained in:
parent
d3149784cb
commit
e7914f281d
7 changed files with 48 additions and 0 deletions
levels/tree-nested
7
levels/tree-nested/goal
Normal file
7
levels/tree-nested/goal
Normal file
|
@ -0,0 +1,7 @@
|
|||
echo "I'm the left arm" > arm1
|
||||
echo "I'm the right arm" > arm2
|
||||
mkdir hip
|
||||
echo "I'm the left leg" > hip/leg1
|
||||
echo "I'm the right leg" > hip/leg2
|
||||
git add .
|
||||
git write-tree
|
Loading…
Add table
Add a link
Reference in a new issue