1.0.4 • Published 2 years ago

@jswork/git-info v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

git-info

Get git infomation.

installation

npm i @jswork/git-info

usage

var branch = require('@jswork/git-info').branch;

//exec('git branch | grep \\\*')
//branch();

get current brach

# git rev-parse --abbrev-ref HEAD
# git branch | grep '*'

resources