mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-18 09:45:23 +02:00
parent
94aac00f3b
commit
904a2c5fbf
1 changed files with 4 additions and 3 deletions
|
@ -97,7 +97,8 @@ var instantCommands = [
|
||||||
intl.str('show-all-commands'),
|
intl.str('show-all-commands'),
|
||||||
'<br/>'
|
'<br/>'
|
||||||
];
|
];
|
||||||
allCommands.forEach(function(regex, command) {
|
Object.keys(allCommands)
|
||||||
|
.forEach(function(command) {
|
||||||
lines.push(command);
|
lines.push(command);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue