mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
minor typo
This commit is contained in:
parent
532439f821
commit
619075fee6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"Now we are checked out on the `master` branch. Let's do ahead and rebase onto `bugFix`..."
|
||||
"Now we are checked out on the `master` branch. Let's go ahead and rebase onto `bugFix`..."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"There! Since `master` was downstream of `bugFix`, git simply moved the `master` branch reference forward in history."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue