new implementation

This commit is contained in:
2016-07-03 04:37:03 +02:00
parent 011ac2d7b4
commit 5d00afcdf0
16 changed files with 76 additions and 16 deletions

View File

@@ -1,7 +1,9 @@
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";