mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 21:24:26 +02:00
Issue #72 alias of show goal command
This commit is contained in:
parent
ba839dd6fe
commit
94d354af22
7 changed files with 7 additions and 6 deletions
|
@ -105,4 +105,5 @@ Or reported an issue that was successfully closed!
|
|||
* Jan Philipp
|
||||
* Jon Frisby
|
||||
* Matthew Walker
|
||||
* Duane Johnson
|
||||
|
||||
|
|
|
@ -7231,7 +7231,7 @@ var TreeCompare = require('../git/treeCompare').TreeCompare;
|
|||
var regexMap = {
|
||||
'help level': /^help level$/,
|
||||
'start dialog': /^start dialog$/,
|
||||
'show goal': /^show goal$/,
|
||||
'show goal': /^(show goal|goal|help goal)$/,
|
||||
'hide goal': /^hide goal$/,
|
||||
'show solution': /^show solution($|\s)/
|
||||
};
|
||||
|
@ -24858,7 +24858,7 @@ var TreeCompare = require('../git/treeCompare').TreeCompare;
|
|||
var regexMap = {
|
||||
'help level': /^help level$/,
|
||||
'start dialog': /^start dialog$/,
|
||||
'show goal': /^show goal$/,
|
||||
'show goal': /^(show goal|goal|help goal)$/,
|
||||
'hide goal': /^hide goal$/,
|
||||
'show solution': /^show solution($|\s)/
|
||||
};
|
||||
|
|
1
build/bundle.min.598fe9d4.js
Normal file
1
build/bundle.min.598fe9d4.js
Normal file
File diff suppressed because one or more lines are too long
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
|
@ -412,7 +412,7 @@
|
|||
For a much easier time perusing the source, see the individual files at:
|
||||
https://github.com/pcottle/learnGitBranching
|
||||
-->
|
||||
<script src="build/bundle.min.9b748c9e.js"></script>
|
||||
<script src="build/bundle.min.598fe9d4.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
|
||||
|
|
|
@ -27,7 +27,7 @@ var TreeCompare = require('../git/treeCompare').TreeCompare;
|
|||
var regexMap = {
|
||||
'help level': /^help level$/,
|
||||
'start dialog': /^start dialog$/,
|
||||
'show goal': /^show goal$/,
|
||||
'show goal': /^(show goal|goal|help goal)$/,
|
||||
'hide goal': /^hide goal$/,
|
||||
'show solution': /^show solution($|\s)/
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue