# git-merge-pr Merge a pull request for the current directory's project on GitHub. ## Installation Add this line to your application's Gemfile: gem 'git-merge-pr' And then execute: $ bundle Or install it yourself as: $ gem install git-merge-pr ## Usage 1. Navigate to your local clone of the project 2. Run `git merge-pr PR_NUM`. Do not include the `#`. ## Contributing 1. Fork it ( http://github.com//git_merge_pr/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request