0.3.0 • Published 7 years ago

git-base-hash v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

git-base-hash

git-base-hash detects tge parent branch.

Install

$ npm install --save git-base-hash

or global install

$ npm install -g git-base-hash
$ git-base-hash -h

Usage

import { detectBaseHash } from 'git-base-hash';

console.log(detectBaseHash('path/to/repo'));
console.log(detectBaseHash('path/to/repo', 'foo-branch'));
0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago