* New Crowdin translations by Github Action * Reset broken translated files to English * Ran script/i18n/homogenize-frontmatter.js * Ran script/fix-translation-errors.js * Reverted translated files with parsing and rendering errors * fix malformed liquid * add next directory to exclude list * currentversion -> currentVersion * fix liquid errors * fix liquid errors * Reset broken translated files to English * Ran script/i18n/homogenize-frontmatter.js * Revert /ja/github/authenticating-to-github/about-authentication-with-saml-single-sign-on * Reset known broken translation files LAST * Run script/i18n/homogenize-frontmatter.js Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Rachael Sewell <rachmari@github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2.2 KiB
title, intro, redirect_from, versions
| title | intro | redirect_from | versions | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Herramientas de migración de código fuente | Puedes utilizar herramientas externas para mover tus proyectos a GitHub. |
|
|
{% if currentVersion == "free-pro-team@latest" %}
We recommend using GitHub Importer to import projects from Subversion, Mercurial, Team Foundation Version Control (TFVC), or another Git repository. También puedes utilizar estas herramientas externas para convertir tus proyectos a Git.
{% endif %}
Importar desde Subversion
En un entorno normal de Subversion, se almacenan varios proyectos en un único repositorio raíz. En GitHub, cada uno de estos proyectos generalmente se mapeará a un repositorio de Git separado para una cuenta de usuario o de organización. Sugerimos importar cada parte de tu repositorio de Subversion a un repositorio de GitHub separado si:
- Los colaboradores necesitan revisar o confirmar esa parte del proyecto de forma separada desde las otras partes
- Deseas que distintas partes tengan sus propios permisos de acceso
Recomendamos estas herramientas para convertir repositorio de Subversion a Git:
Importar desde Mercurial
Recomendamos hg-fast-export para convertir repositorios de Mercurial a Git.
Importing from TFVC
We recommend git-tfs for moving changes between TFVC and Git.
{% tip %}
Sugerencia: después de haber convertido con éxito tu proyecto a Git, puedes subirlo a {% data variables.product.prodname_dotcom %}.
{% endtip %}
{% if currentVersion == "free-pro-team@latest" %}
Leer más
- "Acerca del Importador GitHub"
- "Importar un repositorio con Importador GitHub"
- [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %})
{% endif %}