mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-05 20:24:28 +02:00
Merge pull request #216 from isomorphisms/patch-4
copy suggestions (English)
This commit is contained in:
commit
7f042970fb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ exports.level = {
|
|||
"Let's see what that looks like:"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Nice! Git simply moved the master branch reference back to `C1`; now our local repository is in a state as if `C2` had never happened"
|
||||
"Nice! Git moved the master branch reference back to `C1`; now our local repository is in a state as if `C2` had never happened."
|
||||
],
|
||||
"command": "git reset HEAD~1",
|
||||
"beforeCommand": "git commit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue