GithubTools
A collection of GitHub command line commands for a better workflow. GithubTools is a command line tool that bundles a variety of functionality that better integrates GitHub with Git.
Installation
Install via RubyGems:
gem install github_tools
Usage
Run github_tools to view the list of commands available. It is recommended that you alias something like gt to github_tools.
Contributing
- Fork it ( https://github.com/ivantsepp/github_tools/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