This commit is contained in:
Peter Cottle 2013-02-17 03:25:50 -08:00
parent a4e1159628
commit 6fbbae5356
5 changed files with 6 additions and 5 deletions

View file

@ -16999,7 +16999,7 @@ require.define("/src/levels/intro/1.js",function(require,module,exports,__dirnam
"options": {
"markdowns": [
"## 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.",
"",
@ -28377,7 +28377,7 @@ require.define("/src/levels/intro/1.js",function(require,module,exports,__dirnam
"options": {
"markdowns": [
"## 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.",
"",