smartgit/README.md
2016-07-04 00:13:32 +02:00

971 B

smartgit is an easy wrapper for nodegit

a wrapper for git. This plugin does not use nodegit as nodegit appears to have too many bugs for now.

Buildstatus/Dependencies

build status devDependency Status Coverage Status

Usage

This plugin exposes some easified method wrappers for nodegit. This limits options but reduces errors (TypeScript) and speeds up usage.

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

Tip: use smartssh to setup your SSH environment