mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
able to open up views now from comand line
This commit is contained in:
parent
4aeb56c840
commit
764fbf63bc
9 changed files with 813 additions and 643 deletions
|
@ -73,7 +73,7 @@ var parse = function(str) {
|
|||
options = str.slice(thisMethod.length + 1);
|
||||
method = thisMethod.slice('git '.length);
|
||||
}
|
||||
}, this);
|
||||
});
|
||||
|
||||
if (!method) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue