module Git
module Git::Base::Factory
class Git::Author
class Git::Base
class Git::Branch
class Git::Branches
class Git::Config
class Git::Diff
class Git::Diff::DiffFile
class Git::GitExecuteError
class Git::GitTagNameDoesNotExist
class Git::Index
class Git::Lib
class Git::Log
class Git::Object
class Git::Object::AbstractObject
class Git::Object::Blob
class Git::Object::Commit
class Git::Object::Tag
class Git::Object::Tree
class Git::Path
class Git::Remote
class Git::Repository
class Git::Stash
class Git::Stashes
class Git::Status
class Git::Status::StatusFile
class Git::WorkingDirectory
git
1.2.9
Version
Authors
Scott Chacon
Dependencies
rake, rdoc, test-unit
Quick Start
bundle add git
Learn more about the Git gem.
Learn more about how to install and configure the gem
Learn more about the details
Learn more about the gem in the written guides
Learn more about the classes and modules
Test, play and inspect the gem for yourself
irb(main):001:0>
Run a Ruby playground with the git gem pre-installed
Play