mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-06 20:54:27 +02:00
copy suggestions (English)
This commit is contained in:
parent
d59a229844
commit
23be6228f1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,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