mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
improt random levle
This commit is contained in:
parent
45aa088796
commit
24139d8ec5
4 changed files with 192 additions and 24 deletions
|
@ -56,7 +56,8 @@ var regexMap = {
|
|||
'iosAlert': /^iOS alert($|\s)/,
|
||||
'build level': /^build level($|\s)/,
|
||||
'export tree': /^export tree$/,
|
||||
'import tree': /^import tree$/
|
||||
'import tree': /^import tree$/,
|
||||
'import level': /^import level$/
|
||||
};
|
||||
|
||||
exports.instantCommands = instantCommands;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue