mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
Clarify the hobbies.txt goal
This commit is contained in:
parent
52bbae4594
commit
0471c92158
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ git commit -m "Added two hobbies"
|
||||||
# Get a copy of her timeline using `git clone`!
|
# Get a copy of her timeline using `git clone`!
|
||||||
test -d .git
|
test -d .git
|
||||||
|
|
||||||
# Add at least two more items to the list!
|
# Add at least two more lines to hobbies.txt
|
||||||
test "$(cat hobbies.txt |wc -l)" -ge 6
|
test "$(cat hobbies.txt |wc -l)" -ge 6
|
||||||
|
|
||||||
# Commit your result.
|
# Commit your result.
|
||||||
|
|
Loading…
Reference in a new issue