文件名称:git-get-status:用于解析git status --porcelain的小型node.js实用程序
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-14 04:03:57
JavaScript
git-get-status 一个用于解析git status --porcelain小型node.js实用程序。 安装 $ npm install git-get-status 用法 var git_get_status = require('git-get-status'); git_get_status(function(err, result){ var status = result; }); status对象 { // the local branch... local_branch: 'master', // the remote branch, if any... remote_branch: 'origin/master', // whether and by how many commits the loca
【文件预览】:
git-get-status-master
----test()
--------status-added-but-not-committed.txt(262B)
--------status-newly-init.txt(28B)
--------status-committed-unpushed.txt(36B)
--------show-ref-repo-with three-refs.txt(193B)
--------test.js(5KB)
--------show-ref-newly-initialized-repo.txt(1B)
--------show-ref-reop-with-one-ref.txt(59B)
--------status-unadded-changes.txt(63B)
--------status-pushed.txt(26B)
----README.md(815B)
----.gitignore(543B)
----index.js(2KB)
----package.json(641B)