2.0 KiB
2.0 KiB
smartgit
wrapper for git.
smartgit expects git to be installed on target machine.
Availabililty
Status for master
Features:
- clone a git repo
- init a new repo
- create a new git repo
- add changes and make a new commit
- commit changes
- push changes
- add/remove remotes
Usage
We recommend the use of TypeScript for best in class intellisense
import * as smartgit from 'smartgit'
Tip: use smartssh to setup your SSH environment