Thanks to visit codestin.com
Credit goes to github.com

Skip to content

iamdustan/simplegit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

simplegit

A simple, stripped down git library for nodejs.

Current methods

  1. add — accepts an array of files to add. Defaults to '.'
  2. commit — accepts a message (@string). Defaults to "Commit from nodeapp"
  3. pull — accepts an object with action, remote, and branch keys. remote defaults to origin. Branch defaults to projects current active branch.
  4. push — accepts an object with action, remote, and branch keys. remote defaults to origin. branch defulats to projects current active branch.

About

A simple, stripped-down git library for nodejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors