mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-06 04:34:29 +02:00
Resolves #368
This commit is contained in:
parent
087e664bfb
commit
e61a71223b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ exports.level = {
|
|||
"type": "ModalAlert",
|
||||
"options": {
|
||||
"markdowns": [
|
||||
"To complete this level, reverse the two most recent commits on both `local` and `pushed`.",
|
||||
"To complete this level, reverse the most recent commit on both `local` and `pushed`. You will revert two commits total (one per branch).",
|
||||
"",
|
||||
"Keep in mind that `pushed` is a remote branch and `local` is a local branch -- that should help you choose your methods."
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue