mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
before prototype forum
This commit is contained in:
parent
f507ceb152
commit
e7709223c3
8 changed files with 167 additions and 124 deletions
|
@ -457,7 +457,8 @@ var instantCommands = [
|
|||
intl.str('git-supported-commands'),
|
||||
'<br/>'
|
||||
];
|
||||
var commands = commands.getOptionMap()['git'];
|
||||
|
||||
var commands = require('../commands').commands.getOptionMap()['git'];
|
||||
// build up a nice display of what we support
|
||||
_.each(commands, function(commandOptions, command) {
|
||||
lines.push('git ' + command);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue