Popularity
1.0
Stable
Activity
0.0
Stable
21
4
0

Description

Find the merge and pull request a commit came from, also finding straight cherry-picks.

Monthly Downloads: 115
Programming language: Ruby
License: MIT License
Tags: Git Tools    
Latest version: v0.3.0

git-whence alternatives and similar gems

Based on the "Git Tools" category.
Alternatively, view git-whence alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of git-whence or a related project?

Add another 'Git Tools' Gem

README

Find the merge and pull request a commit came from, also finding straight cherry-picks.

Install

gem install git-whence

or as standalone binary (needs any ruby)

curl -sL https://github.com/grosser/git-whence/releases/download/v0.3.0/git-whence > /usr/local/bin/git-whence && \
chmod +x /usr/local/bin/git-whence && \
git-whence --version

Usage

git-whence 6d37485
Merge pull request #10486 from foo/bar

git-whence 6d37485 -o
-> open browser on github pull request page

Alternatives

Author

Michael Grosser [email protected] License: MIT Build Status


*Note that all licence references and agreements mentioned in the git-whence README section above are relevant to that project's source code only.