mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
README.ja.md: Update description about Git repository
Backported 4c570abf77
to Japanese
This commit is contained in:
parent
44a468ccda
commit
e949c084b5
1 changed files with 15 additions and 14 deletions
29
README.ja.md
29
README.ja.md
|
@ -35,19 +35,9 @@ https://www.ruby-lang.org/ja/downloads/
|
|||
|
||||
を参照してください.
|
||||
|
||||
### Subversionで
|
||||
### Git
|
||||
|
||||
開発先端のソースコードは次のコマンドで取得できます.
|
||||
|
||||
$ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby
|
||||
|
||||
他に開発中のブランチの一覧は次のコマンドで見られます.
|
||||
|
||||
$ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
|
||||
|
||||
### Gitで
|
||||
|
||||
SubversionのミラーをGitHubに公開しています. 以下のコマンドでリポジトリを取得できます.
|
||||
ミラーをGitHubに公開しています. 以下のコマンドでリポジトリを取得できます.
|
||||
|
||||
$ git clone https://github.com/ruby/ruby.git
|
||||
|
||||
|
@ -55,8 +45,19 @@ SubversionのミラーをGitHubに公開しています. 以下のコマンド
|
|||
|
||||
$ git ls-remote https://github.com/ruby/ruby.git
|
||||
|
||||
GitHubのかわりに https://git.ruby-lang.org/ruby.git を使うこともできます.
|
||||
日本ではこちらの方が低いレイテンシで利用できるかもしれません.
|
||||
GitHubのかわりに https://git.ruby-lang.org/ruby.git (本来のRubyのtrunkリポジトリ)
|
||||
を使うこともできます.日本ではこちらの方が低いレイテンシで利用できるかもしれません.
|
||||
|
||||
### Subversion
|
||||
|
||||
古いRubyのバージョンのソースコードは次のコマンドで取得できます.
|
||||
|
||||
$ svn co https://svn.ruby-lang.org/repos/ruby/branches/ruby_2_6/ ruby
|
||||
|
||||
他に開発中のブランチの一覧は次のコマンドで見られます.
|
||||
|
||||
$ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
|
||||
|
||||
|
||||
## ホームページ
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue