mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Better colors and fonts
This commit is contained in:
parent
590408e54c
commit
ca8aae560c
13 changed files with 165 additions and 83 deletions
levels/first
|
@ -0,0 +1,5 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue