mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-15 19:04:57 +01:00
simplify bag (of chips)
Otherwise the content is "An empty bag of chips. of chips".
This commit is contained in:
parent
39551adf2b
commit
d9d62d24c7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ cards = checkout commit-auto reset-hard file-new file-delete
|
|||
echo Very smelly socks. > socks
|
||||
echo A tiny couch table. > table
|
||||
echo An empty energy drink can. > can
|
||||
echo An empty bag of chips. > bag of chips
|
||||
echo An empty bag of chips. > bag
|
||||
git add .
|
||||
git commit -m "weekend"
|
||||
|
||||
|
|
Loading…
Reference in a new issue