now can work with remotes

This commit is contained in:
2016-07-04 03:49:24 +02:00
parent 9ae3acb3d8
commit 7e2481d511
16 changed files with 185 additions and 27 deletions

View File

@@ -7,3 +7,4 @@ 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";