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.

Git::Commands::Tag::List#parse_tag_record

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:ruby-git/ruby-git.git

cd ruby-git

open lib/git/commands/tag/list.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Git--Commands--Tag--List-parse_tag_record-for-pr


# Commit to git

git add lib/git/commands/tag/list.rbgit commit -m "better docs for Git::Commands::Tag::List#parse_tag_record"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Git--Commands--Tag--List-parse_tag_record-for-pr

hub pull-request


# Celebrate!