update some implementations

This commit is contained in:
2016-07-03 04:03:15 +02:00
parent ecede34127
commit 011ac2d7b4
26 changed files with 148 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
import plugins = require("./smartgit.plugins");
import SmartgitCheck = require("./smartgit.check");
export {clone} from "./smartgit.clone";
import SmartgitCommit = require("./smartgit.commit");
import SmartgitInit = require("./smartgit.init");
export {commit} from "./smartgit.commit";
export {init} from "./smartgit.init";
export {pull} from "./smartgit.pull";
export {push} from "./smartgit.push";