* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/lint-translation-files.js --check parsing * run script/i18n/reset-files-with-broken-liquid-tags.js --language=ja * run script/i18n/reset-known-broken-translation-files.js * Check in ja CSV report * correct fixture usage Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2.8 KiB
title, intro, redirect_from, versions, shortTitle
| title | intro | redirect_from | versions | shortTitle | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ソースコード移行ツール | 外部ツールを使って、プロジェクトを GitHub に移動できます。 |
|
|
Code migration tools |
{% ifversion fpt or ghec %}
We recommend using GitHub Importer to import projects from Subversion, Mercurial, Team Foundation Version Control (TFVC), or another Git repository. これらの外部ツールを使って、プロジェクトを Git に変換することもできます。
{% endif %}
Subversion からインポートする
一般的な Subversion の環境では、複数のプロジェクトが単一のルートリポジトリに保管されます。 GitHub 上では、一般的に、それぞれのプロジェクトはユーザアカウントや Organization の別々の Git リポジトリにマップします。 次の場合、Subversion リポジトリのそれぞれの部分を別々の GitHub リポジトリにインポートすることをおすすめします。
- コラボレーターが、他の部分とは別のプロジェクトの部分をチェックアウトまたはコミットする必要がある場合
- それぞれの部分にアクセス許可を設定したい場合
Subversion リポジトリを Git にコンバートするには、これらのツールをおすすめします:
Mercurial からインポートする
Mercurial リポジトリを Git にコンバートするには、 hg-fast-export をおすすめします。
Importing from TFVC
We recommend git-tfs for moving changes between TFVC and Git.
For more information about moving from TFVC (a centralized version control system) to Git, see "Plan your Migration to Git" from the Microsoft docs site.
{% tip %}
参考: Git へのプロジェクトの変換が完了した後、{% data variables.product.prodname_dotcom %} にプッシュできます。
{% endtip %}
{% ifversion fpt or ghec %}
参考リンク
- 「GitHub Importer について」
- GitHub Importerでのリポジトリのインポート
- [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %})
{% endif %}