oh-my-git/levels/first/start

6 lines
174 B
Text
Raw Normal View History

2020-09-01 21:25:24 +02:00
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"