oh-my-git/levels/bottom-up/tree-nested/goal

8 lines
169 B
Text
Raw Normal View History

2020-09-15 16:32:00 +02:00
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