😄 About the Project
✋ Contribution
- Fork the project. (https://github.com/tamada/rrh/fork)
- Create a feature branch. (
git checkout -b FEATURE_BRANCH_NAME
) - Edit the source files and Commit your changes.
- Create tests and commit them.
- Rebase your local changes against the master branch.
- Run the test suite with the
make test
and confirm that passes. - Create a new pull request.
- Confirm all checks pass.
📗 Code of Conduct
📜 License
💬 Discussion
Join our Gitter channel if you have any problem or suggestions to rrh
.
For Japanese user, misc_ja
channel has discussions in Japanese.
The public language of other channels and GitHub project pages are English.
👥 Authors
❓ Why the project name RRH
At first, the name of this project was GRIM (Git Repository Integrated Manager).
However, the means of grim
is not good, and there are many commands which start with gr
.
Therefore, we changed the project name to rrh
.
RRH means “Repositories, Ready to Hack” or “Remote Repositories Head,” are not the abbreviation of the Red Riding Hood.
🤝 Attributions
Icon of RRH
by iconpon.com
🐾 Version histories
- v1.2.0 (24 Apr, 2020)
- #83 (introduce
rrh open
sub command)
- #83 (introduce
- v1.1.0 (18 Dec, 2018)
- v1.0.4 (13 Jul, 2018)
- v1.0.3 (29 Jun, 2018)
- #72 (Print belonging groups on
rrh repository info
)
- #72 (Print belonging groups on
- v1.0.2 (29 Jun, 2018)
- #67 (implements
rrh new
sub command)
- #67 (implements
- v1.0.1 (26 Jun, 2018)
- #68 (
rrh group
printsrrh config list
)
- #68 (
- v1.0.0 (18 Jun, 2018)
- The first public release.