mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added usage documentation for sync_default_gems
This commit is contained in:
parent
cdaae38f79
commit
9e3bfed53c
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
# sync following repositories to ruby repository
|
||||
#
|
||||
# Usage:
|
||||
# git clone from the upstream repository and copy from the upstream repository with cp -rf. It's lost the git commits.
|
||||
# $ ruby tool/sync_default_gems.rb rubygems
|
||||
# pick the single commit from the upstream repository.
|
||||
# $ ruby tool/sync_default_gems.rb rubygems 97e9768612
|
||||
# pick the commits range from the upstream repository
|
||||
# $ ruby tool/sync_default_gems.rb rubygems 97e9768612..9e53702832
|
||||
#
|
||||
# * https://github.com/rubygems/rubygems
|
||||
# * https://github.com/rubygems/bundler
|
||||
# * https://github.com/ruby/rdoc
|
||||
|
|
Loading…
Add table
Reference in a new issue