This commit is contained in:
Peter Cottle 2013-02-16 12:56:12 -08:00
parent e18b2cf2bf
commit e1f022cc55
5 changed files with 6 additions and 6 deletions

View file

@ -6575,7 +6575,7 @@ var init = function() {
'commandSubmitted',
[
"git help;",
"delay 3000;",
"delay 1000;",
"help"
].join(''));
});
@ -18631,7 +18631,7 @@ var init = function() {
'commandSubmitted',
[
"git help;",
"delay 3000;",
"delay 1000;",
"help"
].join(''));
});

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching
-->
<script src="build/bundle.min.b5afe603.js"></script>
<script src="build/bundle.min.d46af441.js"></script>
<!-- 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

View file

@ -137,7 +137,7 @@ var init = function() {
'commandSubmitted',
[
"git help;",
"delay 3000;",
"delay 1000;",
"help"
].join(''));
});