mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-30 14:49:32 +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",
|
"type": "GitDemonstrationView",
|
||||||
"options": {
|
"options": {
|
||||||
"beforeMarkdowns": [
|
"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": [
|
"afterMarkdowns": [
|
||||||
"There! Since `master` was downstream of `bugFix`, git simply moved the `master` branch reference forward in history."
|
"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