An open API service indexing awesome lists of open source software.

https://github.com/athityakumar/ruby-git


https://github.com/athityakumar/ruby-git

Last synced: 8 months ago
JSON representation

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.

[![forthebadge](http://forthebadge.com/images/badges/built-with-ruby.svg)](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.