ruby

https://github.com/ruby/ruby

Ruby

The Ruby Programming Language

VCS::GIT.short_revision

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd ruby

open tool/lib/vcs.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-VCS--GIT-short_revision-for-pr


# Commit to git

git add tool/lib/vcs.rbgit commit -m "better docs for VCS::GIT.short_revision"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-VCS--GIT-short_revision-for-pr

hub pull-request


# Celebrate!