mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-16 07:48:06 +02:00
importTreeNow command
This commit is contained in:
parent
d52830f3d2
commit
24b4fcd1cd
7 changed files with 69 additions and 3 deletions
|
@ -109,6 +109,7 @@ var regexMap = {
|
|||
'mobileAlert': /^mobile alert($|\s)/,
|
||||
'build level': /^build +level($|\s)/,
|
||||
'export tree': /^export +tree$/,
|
||||
'importTreeNow': /^importTreeNow($|\s)/,
|
||||
'import tree': /^import +tree$/,
|
||||
'import level': /^import +level$/,
|
||||
'undo': /^undo($|\s)/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue