mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
sandbox command reset
This commit is contained in:
parent
d6e9b6a962
commit
f4179e9723
9 changed files with 203 additions and 18 deletions
|
@ -40,7 +40,8 @@ var instantCommands = [
|
|||
];
|
||||
|
||||
var regexMap = {
|
||||
'help': /^help($|\s)|\?/
|
||||
'help': /^help($|\s)|\?/,
|
||||
'reset': /^reset($|\s)/
|
||||
};
|
||||
|
||||
var parse = function(str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue