https://github.com/athityakumar/ruby-git
https://github.com/athityakumar/ruby-git
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/athityakumar/ruby-git
- Owner: athityakumar
- License: mit
- Created: 2016-06-29T18:47:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T06:48:54.000Z (almost 10 years ago)
- Last Synced: 2025-02-21T12:35:01.207Z (over 1 year ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
RUBY-GIT
--------
Ruby-git is a simple ruby code that can deploy the current git repository to github, when executed. This can be made to work with gh-pages like a Jekyll page content creator. Most useful for gh-blogs and ruby enthusiasts.
[](http://forthebadge.com)
TO-DO LIST
----------
- [x] Initialise git, if no git system exists
- [x] Have manual commit messages
- [x] Have a default commit message in `git commit -m "message"` based on git status
- [x] Add a remote repository , if no remote repository exists
- [x] Implement git push after git add & git commit
- [x] Add branch support to git push
CONTRIBUTION
------------
The work flow is the same as that of any other repository.
(1) Fork / clone the repository.
(2) Create a new branch , say `my-changes` and make your changes in this branch.
(3) Commit your changes and send a Pull request (PR) to this repository.
Active contributors would be rewarded with the tag of "Collabrators"
Bug fixes , Issues , Issue solutions , Optimizations & Enhancements are always welcome.
LICENSE
-------
The MIT License - [Athitya Kumar](http://github.com/athityakumar) - All Rights Reserved.