10 lines
323 B
TypeScript
10 lines
323 B
TypeScript
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";
|