1.0.11 • Published 10 years ago

git-command v1.0.11

Weekly downloads
6
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago