A simple, stripped down git library for nodejs.
- add — accepts an array of files to add. Defaults to '.'
- commit — accepts a message (@string). Defaults to "Commit from nodeapp"
- pull — accepts an object with action, remote, and branch keys. remote defaults to origin. Branch defaults to projects current active branch.
- push — accepts an object with action, remote, and branch keys. remote defaults to origin. branch defulats to projects current active branch.