mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
7 lines
169 B
Text
7 lines
169 B
Text
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
|