mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
ALL DONE with: commit, status, export, log, bookmark, update, backout, histedit, pull, ammend, summary
This commit is contained in:
parent
a033173281
commit
8acfe45874
7 changed files with 161 additions and 51 deletions
|
@ -18,8 +18,6 @@ var commands = {
|
|||
if (!commandConfigs[vcs][name]) {
|
||||
throw new Error('i dont have a command for ' + name);
|
||||
}
|
||||
console.log(commandObj.getSupportedMap());
|
||||
console.log(commandObj.getGeneralArgs());
|
||||
var config = commandConfigs[vcs][name];
|
||||
if (config.delegate) {
|
||||
return this.delegateExecute(config, engine, commandObj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue