mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 10:35:32 +02:00
Thanks Adam Brodzinski for the pull
This commit is contained in:
parent
6de164e6a9
commit
598e322524
5 changed files with 6 additions and 3 deletions
|
@ -17200,6 +17200,7 @@ require.define("/src/levels/intro/3.js",function(require,module,exports,__dirnam
|
|||
"To complete this level, do the following steps:",
|
||||
"",
|
||||
"* Make a new branch called `bugFix`",
|
||||
"* Checkout the `bugFix` branch with `git checkout bugFix`",
|
||||
"* Commit once",
|
||||
"* Go back to `master` with `git checkout`",
|
||||
"* Commit another time",
|
||||
|
@ -28584,6 +28585,7 @@ require.define("/src/levels/intro/3.js",function(require,module,exports,__dirnam
|
|||
"To complete this level, do the following steps:",
|
||||
"",
|
||||
"* Make a new branch called `bugFix`",
|
||||
"* Checkout the `bugFix` branch with `git checkout bugFix`",
|
||||
"* Commit once",
|
||||
"* Go back to `master` with `git checkout`",
|
||||
"* Commit another time",
|
||||
|
|
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue