Skip to content

Move official Git repo lower in repository guide [ja] #2069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions ja/documentation/repository-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@ lang: ja

## Gitリポジトリ

RubyのソースコードはGitリポジトリに保存されています。コミッタはこちらを使います
GitHubにミラーが用意されています

* [<URL:https://git.ruby-lang.org/ruby.git>][1]
* [<URL:https://github.com/ruby/ruby.git>][1]

{% highlight sh %}
$ git clone git@git.ruby-lang.org:ruby.git
$ git clone https://github.com/ruby/ruby.git
{% endhighlight %}

また、GitHubにミラーが用意されています。
コミッタ以外でRubyの開発に参加したい方は、GitHubのミラーを使うとよいでしょう。次のHowto(英語)もご覧ください。

* [<URL:https://github.com/shyouhei/ruby/wiki/noncommitterhowto>][2]

また、ミラーとは別に、RubyのソースコードはGitリポジトリに保存されています。コミッタはこちらを使います。

* [<URL:https://github.com/ruby/ruby.git>][2]
* [<URL:https://git.ruby-lang.org/ruby.git>][3]

{% highlight sh %}
$ git clone https://github.com/ruby/ruby.git
$ git clone git@git.ruby-lang.org:ruby.git
{% endhighlight %}

コミッタ以外でRubyの開発に参加したい方は、GitHubのミラーを使うとよいでしょう。次のHowto(英語)もご覧ください。

* [<URL:https://github.com/shyouhei/ruby/wiki/noncommitterhowto>][3]

## SVNリポジトリ

Expand All @@ -50,8 +51,8 @@ Updated by mame on 12 May 2019



[1]: https://git.ruby-lang.org/ruby.git
[2]: https://github.com/ruby/ruby
[3]: https://github.com/shyouhei/ruby/wiki/noncommitterhowto
[1]: https://github.com/ruby/ruby
[2]: https://github.com/shyouhei/ruby/wiki/noncommitterhowto
[3]: https://git.ruby-lang.org/ruby.git
[4]: https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?root=ruby
[5]: https://svn.ruby-lang.org/repos/ruby/