mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
use better names for command configs
This commit is contained in:
parent
e4c0b4786c
commit
31f175fbc7
4 changed files with 21 additions and 21 deletions
|
@ -7,7 +7,7 @@ var GitError = Errors.GitError;
|
|||
var Warning = Errors.Warning;
|
||||
var CommandResult = Errors.CommandResult;
|
||||
|
||||
var gitCommandConfig = {
|
||||
var commandConfig = {
|
||||
commit: {
|
||||
sc: /^(gc|git ci)($|\s)/,
|
||||
regex: /^git +commit($|\s)/,
|
||||
|
@ -474,6 +474,6 @@ var instantCommands = [
|
|||
}]
|
||||
];
|
||||
|
||||
exports.gitCommandConfig = gitCommandConfig;
|
||||
exports.commandConfig = commandConfig;
|
||||
exports.instantCommands = instantCommands;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue