1
0
mirror of synced 2025-12-21 02:46:50 -05:00

ran script/content-migrations/use-short-versions.js

This commit is contained in:
Sarah Schneider
2021-06-24 10:21:07 -04:00
parent 7de66fe4ef
commit cb12455649
1976 changed files with 6155 additions and 6133 deletions

View File

@@ -5,7 +5,7 @@ redirect_from:
- /articles/about-github-importer
- /github/importing-your-projects-to-github/about-github-importer
versions:
free-pro-team: '*'
fpt: '*'
---
GitHub Importer is a tool that quickly imports source code repositories, including commits and revision history, to GitHub for you.

View File

@@ -6,9 +6,9 @@ redirect_from:
- /articles/adding-an-existing-project-to-github-using-the-command-line
- /github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
fpt: '*'
ghes: '*'
ghae: '*'
---
{% data reusables.repositories.migrating-from-codeplex %}

View File

@@ -1,13 +1,13 @@
---
title: Importing a Git repository using the command line
intro: '{% if currentVersion == "free-pro-team@latest" %}If [GitHub Importer](/articles/importing-a-repository-with-github-importer) is not suitable for your purposes, such as if your existing code is hosted on a private network, then we recommend importing using the command line.{% else %}Importing Git projects using the command line is suitable when your existing code is hosted on a private network.{% endif %}'
intro: '{% ifversion fpt %}If [GitHub Importer](/articles/importing-a-repository-with-github-importer) is not suitable for your purposes, such as if your existing code is hosted on a private network, then we recommend importing using the command line.{% else %}Importing Git projects using the command line is suitable when your existing code is hosted on a private network.{% endif %}'
redirect_from:
- /articles/importing-a-git-repository-using-the-command-line
- /github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
fpt: '*'
ghes: '*'
ghae: '*'
---
Before you start, make sure you know:

View File

@@ -6,7 +6,7 @@ redirect_from:
- /articles/importing-a-repository-with-github-importer
- /github/importing-your-projects-to-github/importing-a-repository-with-github-importer
versions:
free-pro-team: '*'
fpt: '*'
---
{% tip %}

View File

@@ -1,6 +1,6 @@
---
title: Importing source code to GitHub
intro: 'You can import repositories to GitHub using {% if currentVersion == "free-pro-team@latest" %}GitHub Importer, the command line,{% else %}the command line{% endif %} or external migration tools.'
intro: 'You can import repositories to GitHub using {% ifversion fpt %}GitHub Importer, the command line,{% else %}the command line{% endif %} or external migration tools.'
redirect_from:
- /articles/importing-an-external-git-repository/
- /articles/importing-from-bitbucket/
@@ -8,9 +8,9 @@ redirect_from:
- /articles/importing-your-project-to-github/
- /articles/importing-source-code-to-github
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
fpt: '*'
ghes: '*'
ghae: '*'
children:
- /about-github-importer
- /importing-a-repository-with-github-importer

View File

@@ -6,11 +6,11 @@ redirect_from:
- /articles/source-code-migration-tools
- /github/importing-your-projects-to-github/source-code-migration-tools
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
fpt: '*'
ghes: '*'
ghae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
{% ifversion fpt %}
We recommend using [GitHub Importer](/articles/about-github-importer) to import projects from Subversion, Mercurial, Team Foundation Version Control (TFVC), or another Git repository. You can also use these external tools to convert your project to Git.
@@ -42,7 +42,7 @@ We recommend [git-tfs](https://github.com/git-tfs/git-tfs) for moving changes be
{% endtip %}
{% if currentVersion == "free-pro-team@latest" %}
{% ifversion fpt %}
## Further reading

View File

@@ -5,7 +5,7 @@ redirect_from:
- /articles/updating-commit-author-attribution-with-github-importer
- /github/importing-your-projects-to-github/updating-commit-author-attribution-with-github-importer
versions:
free-pro-team: '*'
fpt: '*'
---
GitHub Importer looks for GitHub users whose email addresses match the authors of the commits in the repository you're importing. You can then connect a commit to its author using their email address or the author's GitHub username.