Skip to content

liangshuai/node-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Execute Git Command by Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published