Sha256: 82b61e26246a16b7d11fc24accdede052c29cac84bbf85db4717511ed6772994
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 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), or get some repo statistics in the terminal. ## Installation $ gem install ghit That's it! ## Usage There are 7 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. * ```git freq``` -> Shows a table with weekly code frequency statistics (additions/deletions). * ```git contributors``` -> Shows a table with all of the users that contributed to the repo. * ```git punch-card``` -> Shows a (rather big) punch card with all of the commits traffic for the repo grouped by weekdays and time. ## 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.2.0 | README.md |