oh-my-git/levels/first/start
2020-09-01 21:25:24 +02:00

5 lines
174 B
Text

echo -e "bread\ntomato\nbread" > sandwich
git add sandwich
git commit -m "Initial sandwich"
echo -e "bread\ntomato\ncucumber\nbread" > sandwich
git commit -am "Add cucumber"