ruby-git

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

Ruby

Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.

TestGitBinaryVersion#mocked_git_script_linux

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:ruby-git/ruby-git.git

cd ruby-git

open tests/units/test_git_binary_version.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-TestGitBinaryVersion-mocked_git_script_linux-for-pr


# Commit to git

git add tests/units/test_git_binary_version.rbgit commit -m "better docs for TestGitBinaryVersion#mocked_git_script_linux"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-TestGitBinaryVersion-mocked_git_script_linux-for-pr

hub pull-request


# Celebrate!