This commit is contained in:
2016-11-22 00:07:36 +01:00
parent 93af3cd0e1
commit 6618463e0a
13 changed files with 104 additions and 126 deletions

View File

@@ -1,10 +1,3 @@
import plugins = require("./smartgit.plugins");
export {add} from "./smartgit.add";
export {clone} from "./smartgit.clone";
export {commit} from "./smartgit.commit";
export {init} from "./smartgit.init";
export {pull} from "./smartgit.pull";
export {push} from "./smartgit.push";
export {remote} from "./smartgit.remote";
export {status} from "./smartgit.status";
export * from './smartgit.classes.smartgit'