mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 17:14:25 +02:00
Update fakeTeamwork.js instructions
After performing this exercise, I felt the instructions needed a bit more clarity. I welcome any improvements on top of my suggestion.
This commit is contained in:
parent
ad9b4794d1
commit
fe9cce860d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ exports.level = {
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"The upcoming levels are going to be pretty difficult, so we're asking more of you for this level.",
|
"The upcoming levels are going to be pretty difficult, so we're asking more of you for this level.",
|
||||||
"",
|
"",
|
||||||
"Go ahead and make a remote (with `git clone`), fake some changes on that remote, commit yourself, and then pull down those changes. It's like a few lessons in one!"
|
"Go ahead and make a remote (with `git clone`), fake some changes on that remote, add a local commit, and then pull down the remote changes and merge them. It's like a few lessons in one!"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue