Skip to content

grosser/git-whence

Repository files navigation

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
michael@grosser.it
License: MIT
Build Status

About

Find the merge and pull request a commit came from + fuzzy search for cherry-picks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages