1.0.11 • Published 8 years ago

git-command v1.0.11

Weekly downloads
6
License
ISC
Repository
github
Last release
8 years ago

Execute Git Command by Node.js

How to use it

var Git = require('git-command');
var git = new Git(YOUR_REPO_PATH);

// For example, git log

git.log().then(function(result){
  
});

DONE

  • git status
  • git log
  • git ls-files
  • git diff
  • git clone
  • git checkout

TODO

  • git show
1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago