Find the merge and pull request a commit came from, also finding straight cherry-picks.
gem install git-whenceor as standalone binary (needs any ruby)
curl -sL https://github.com/grosser/git-whence/releases/download/v0.4.0/git-whence > /usr/local/bin/git-whence && \
chmod +x /usr/local/bin/git-whence && \
git-whence --versiongit-whence 6d37485
Merge pull request #10486 from foo/bar
git-whence 6d37485 -o
-> open browser on github pull request pageMichael Grosser
[email protected]
License: MIT
