mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-25 13:14:30 +02:00
rebuild
This commit is contained in:
parent
a4e1159628
commit
6fbbae5356
5 changed files with 6 additions and 5 deletions
|
@ -56,6 +56,7 @@ Also huge shoutout for everyone who has put up a pull request
|
||||||
* Stephen Cavaliere
|
* Stephen Cavaliere
|
||||||
* Andrew Ardill
|
* Andrew Ardill
|
||||||
* Shao-Chung Chen
|
* Shao-Chung Chen
|
||||||
|
* Tobias Pfeiffer
|
||||||
|
|
||||||
And reported an issue that was successfully closed!
|
And reported an issue that was successfully closed!
|
||||||
|
|
||||||
|
|
|
@ -16999,7 +16999,7 @@ require.define("/src/levels/intro/1.js",function(require,module,exports,__dirnam
|
||||||
"options": {
|
"options": {
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"## Git Commits",
|
"## Git Commits",
|
||||||
"A commit in a git repository records a snapshot of the all the files in your directory. It\'s like a giant copy and paste, but even better!",
|
"A commit in a git repository records a snapshot of all the files in your directory. It\'s like a giant copy and paste, but even better!",
|
||||||
"",
|
"",
|
||||||
"Git wants to keep commits as lightweight as possible though, so it doesn't just copy the entire directory every time you commit. It actually stores each commit as a set of changes, or a \"delta\", from one version of the repository to the next. That\'s why most commits have a parent commit above them -- you\'ll see this later in our visualizations.",
|
"Git wants to keep commits as lightweight as possible though, so it doesn't just copy the entire directory every time you commit. It actually stores each commit as a set of changes, or a \"delta\", from one version of the repository to the next. That\'s why most commits have a parent commit above them -- you\'ll see this later in our visualizations.",
|
||||||
"",
|
"",
|
||||||
|
@ -28377,7 +28377,7 @@ require.define("/src/levels/intro/1.js",function(require,module,exports,__dirnam
|
||||||
"options": {
|
"options": {
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"## Git Commits",
|
"## Git Commits",
|
||||||
"A commit in a git repository records a snapshot of the all the files in your directory. It\'s like a giant copy and paste, but even better!",
|
"A commit in a git repository records a snapshot of all the files in your directory. It\'s like a giant copy and paste, but even better!",
|
||||||
"",
|
"",
|
||||||
"Git wants to keep commits as lightweight as possible though, so it doesn't just copy the entire directory every time you commit. It actually stores each commit as a set of changes, or a \"delta\", from one version of the repository to the next. That\'s why most commits have a parent commit above them -- you\'ll see this later in our visualizations.",
|
"Git wants to keep commits as lightweight as possible though, so it doesn't just copy the entire directory every time you commit. It actually stores each commit as a set of changes, or a \"delta\", from one version of the repository to the next. That\'s why most commits have a parent commit above them -- you\'ll see this later in our visualizations.",
|
||||||
"",
|
"",
|
||||||
|
|
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.30b4b2fc.js"></script>
|
<script src="build/bundle.min.6d4c5c50.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