mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-15 23:38:23 +02:00
Solves #451 explain permalink and import tree now, and add command
This commit is contained in:
parent
f872840544
commit
c1854a0d96
4 changed files with 19 additions and 1 deletions
|
@ -125,7 +125,8 @@ var regexMap = {
|
|||
'importLevelNow': /^importLevelNow($|\s)/,
|
||||
'import tree': /^import +tree$/,
|
||||
'import level': /^import +level$/,
|
||||
'undo': /^undo($|\s)/
|
||||
'undo': /^undo($|\s)/,
|
||||
'share permalink': /^share( +permalink)?$/
|
||||
};
|
||||
|
||||
var getAllCommands = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue