Description
Find the merge and pull request a commit came from, also finding straight cherry-picks.
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.
-
git_reflow
Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template. -
Git Cop
DISCONTINUED. DEPRECATED: Use Git Lint (https://www.alchemists.io/projects/git-lint) instead.
Judoscale - Save 47% on cloud hosting with autoscaling that just works

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of git-whence or a related project?
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
*Note that all licence references and agreements mentioned in the git-whence README section above
are relevant to that project's source code only.