Skip to content

tkellen/js-find-commit-ish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-commit-ish Build Status

Find the commit-ish reference in a git url.

NPM

Example

const findCommitIsh = require('find-commit-ish');

findCommitIsh('git://github.com/tkellen/find-commmit-ish.git'); // master
findCommitIsh('git+ssh://git@github:find-commmit-ish.git#branch'); // branch
findCommitIsh('git+ssh://git@github/find-commmit-ish.git#tag'); // tag
findCommitIsh('git+http://git@github/tkellen/find-commit-ish.git#d716b2a'); // d716b2a
findCommitIsh('git+https://git@github/tkellen/find-commit-ish.git#d716b2a'); // d716b2a

Release History

  • 2014-05-14 - v0.1.0 - initial release

About

Find the commit-ish reference in a git url.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors