Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

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

Awesome Lists containing this project

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/bar

git-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)