Skip to content

SagareGanesh/rbgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbgit

Git command line interface in Ruby

Installation

gem build rbgit.gemspec

gem install --local rbgit-0.0.1.gem

Commands

Initialize rbgit

rbgit init    

Check status

rbgit status

Add files

rbgit add file_name

Commit files

rbgit commit -m "commit_message"

Log info

rbgit log

Reset files/commits

rbgit reset file_name/commit_id

Checkout files

rbgit checkout file_names

Reporting Issues

If you find a bug please add an issue or fork the project and send pull request.

About

Git command line interface in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages