Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grosser/git-whence
Find the merge and pull request a commit came from + fuzzy search for cherry-picks
https://github.com/grosser/git-whence
Last synced: 6 days ago
JSON representation
Find the merge and pull request a commit came from + fuzzy search for cherry-picks
- Host: GitHub
- URL: https://github.com/grosser/git-whence
- Owner: grosser
- License: mit
- Created: 2014-05-03T04:42:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T00:20:20.000Z (7 months ago)
- Last Synced: 2025-01-16T20:57:30.126Z (9 days ago)
- Language: Ruby
- Size: 42 KB
- Stars: 21
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-ruby - git-whence - Find which merge a commit came from. (Git Tools)
README
Find the merge and pull request a commit came from, also finding straight cherry-picks.
Install
=======```Bash
gem install git-whence
```or as standalone binary (needs any ruby)
```Bash
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 --version
```Usage
=====```Bash
git-whence 6d37485
Merge pull request #10486 from foo/bargit-whence 6d37485 -o
-> open browser on github pull request page
```Alternatives
============
- [git-when-merge](https://github.com/mhagger/git-when-merged)
- [git-get-merge](https://github.com/jianli/git-get-merge)Author
======
[Michael Grosser](http://grosser.it)
[email protected]
License: MIT
[![Build Status](https://travis-ci.org/grosser/git-whence.png)](https://travis-ci.org/grosser/git-whence)