mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-30 14:49: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
|
@ -58,6 +58,7 @@ Also huge shoutout for everyone who has put up a pull request
|
||||||
* Shao-Chung Chen
|
* Shao-Chung Chen
|
||||||
* Tobias Pfeiffer
|
* Tobias Pfeiffer
|
||||||
* Luke Kysow
|
* Luke Kysow
|
||||||
|
* Adam Brodzinski
|
||||||
|
|
||||||
And reported an issue that was successfully closed!
|
And reported an issue that was successfully closed!
|
||||||
|
|
||||||
|
|
|
@ -17200,6 +17200,7 @@ require.define("/src/levels/intro/3.js",function(require,module,exports,__dirnam
|
||||||
"To complete this level, do the following steps:",
|
"To complete this level, do the following steps:",
|
||||||
"",
|
"",
|
||||||
"* Make a new branch called `bugFix`",
|
"* Make a new branch called `bugFix`",
|
||||||
|
"* Checkout the `bugFix` branch with `git checkout bugFix`",
|
||||||
"* Commit once",
|
"* Commit once",
|
||||||
"* Go back to `master` with `git checkout`",
|
"* Go back to `master` with `git checkout`",
|
||||||
"* Commit another time",
|
"* 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:",
|
"To complete this level, do the following steps:",
|
||||||
"",
|
"",
|
||||||
"* Make a new branch called `bugFix`",
|
"* Make a new branch called `bugFix`",
|
||||||
|
"* Checkout the `bugFix` branch with `git checkout bugFix`",
|
||||||
"* Commit once",
|
"* Commit once",
|
||||||
"* Go back to `master` with `git checkout`",
|
"* Go back to `master` with `git checkout`",
|
||||||
"* Commit another time",
|
"* 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
|
@ -409,7 +409,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.min.3fefd061.js"></script>
|
<script src="build/bundle.min.15ba1bf9.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue