Skip to content

Commit a7f137f

Browse files
committed
Translate "Ruby Repository Moved to Git" (ko)
1 parent 3e9947f commit a7f137f

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed
Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,42 @@
11
---
22
layout: news_post
3-
title: "Ruby Repository Moved to Git from Subversion"
3+
title: "루비 저장소가 Subversion에서 Git으로 이동했습니다"
44
author: "hsbt"
5-
translator:
5+
translator: "yous"
66
date: 2019-04-23 00:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Today, the canonical repository of the Ruby programming language was moved to Git from Subversion.
10+
오늘, 루비 프로그래밍 언어의 표준 저장소가 Subversion에서 Git으로 이동했습니다.
1111

12-
The web interface for the new repository is [https://git.ruby-lang.org](https://git.ruby-lang.org), and is provided by cgit. We can keep the commit hash from the contributor on the Ruby repository directly.
12+
새 저장소의 웹 인퍼테이스는 <https://git.ruby-lang.org>이며, cgit을 통해
13+
제공됩니다. 루비 저장소에서 바로 기여자의 커밋 해시를 볼 수 있습니다.
1314

14-
## Development policy
15+
## 개발 정책
1516

16-
* We don't use a topic branch on cgit.
17-
* The GitHub repository will still be just a mirror. We don't use the "Merge pull request" feature.
18-
* The ruby_2_4, ruby_2_5, and ruby_2_6 branches will continue to use SVN. We don't push anything to these branches on cgit.
19-
* Starting with ruby_2_7, we'll use cgit to develop stable branches.
20-
* We don't use merge commits.
17+
* cgit에서 토픽 브랜치를 사용하지 않습니다.
18+
* GitHub 저장소는 미러 저장소일 뿐입니다. '풀 리퀘스트 머지' 기능을 사용하지 않습니다.
19+
* ruby_2_4, ruby_2_5, ruby_2_6 브랜치는 계속 SVN을 사용합니다. 이 브랜치에는 cgit을 통해 그 어떤 것도 푸시하지 않습니다.
20+
* ruby_2_7 브랜치부터 cgit을 사용해 안정 브랜치를 개발합니다.
21+
* 머지 커밋을 사용하지 않습니다.
2122

22-
## Special Thanks
23+
## 감사의 말
2324

2425
* k0kubun
2526

26-
k0kubun aggressively developed toolchains related to release and backport workflows and also updated the hook script for git.
27+
k0kubun은 릴리스와 백포트 워크플로에 관련된 툴체인을 활발히 개발했고, Git을 위한 훅 스크립트를 업데이트했습니다.
2728

2829
* naruse
2930

30-
naruse updated the feature changes for Ruby CI and Redmine (bugs.ruby-lang.org).
31+
naruse는 루비 CI와 Redmine(bugs.ruby-lang.org)의 기능 변경 사항을 업데이트했습니다.
3132

3233
* mame
3334

34-
mame created the commit notification script for slack.
35+
mame는 Slack을 위한 커밋 알림 스크립트를 만들었습니다.
3536

36-
## Future Work
37+
## 향후 계획
3738

38-
We still have to complete some tasks. If you find an issue related to the Git migration, please file it to [https://bugs.ruby-lang.org/issues/14632](https://bugs.ruby-lang.org/issues/14632).
39+
아직 몇 가지 작업이 남았습니다. Git 마이그레이션과 관련한 이슈를 찾았다면
40+
<https://bugs.ruby-lang.org/issues/14632>로 제보해주시기 바랍니다.
3941

40-
Enjoy!
42+
감사합니다!

0 commit comments

Comments
 (0)