now using native git through shelljs since it proves to be much more stable
This commit is contained in:
@@ -2,6 +2,5 @@ import "typings-global";
|
||||
import * as plugins from "./smartgit.plugins";
|
||||
|
||||
export let pull = (optionsArg:{path:string,ref?:string}) => {
|
||||
if(!optionsArg.ref) optionsArg.ref = "master";
|
||||
plugins.nodegit.Repository.open(optionsArg.path);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user