Peer into your release diffs--between git refs--with the greatest of ease.
JIRA be damned. git peer
is here to list PRs that were merged—and their trello.com card links if available—from a tag ref to HEAD.
Install it yourself as:
$ gem install git-peer
git peer $FROM_TAG..HEAD
git peer $FROM_TAG..$TO_TAG --print
git peer $FROM_TAG..$TO_TAG --output-file ./path/to/output.html
- Fork it ( https://github.com/nonrational/git-peer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request