Sha256: b90b5caba898a034e9cbe3330de12d13aa81c66048eb1d5f27dc80111a8c66c6
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
Ghit ============= ## What is this? Ghit is a collection of custom ```git``` commands that allows the user to easily navigate to certain Github pages of the repo (if it exists). ## Installation $ gem install ghit That's it! ## Usage There are 4 new ```git``` commands now. The following commands allow you to easily navigate to repo's Github (sub)page. * ```git wiki``` -> Opens the Github wiki page of the repo in browser. * ```git pulls``` -> Opens the Github pull requests page of the repo in broswer. * ```git issues``` -> Opens the Github issues page of the repo in broswer. * ```git open``` -> Opens the Github repo page in browser. ## Worth sayin' * Still has some rough edges. Needs tests, refactoring and various improvements. ## Git semantic commits If you'd like to improve your commit messages composition, take a look at [git-semantic-commits](https://github.com/fteem/git-semantic-commits). This can work nicely with the functionality that this gem provides. ## Contributing 1. Fork it ( http://github.com/fteem/ghit/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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ghit-0.1.0 | README.md |