Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
29 lines
1.7 KiB
Markdown
29 lines
1.7 KiB
Markdown
---
|
|
title: About GitHub Importer
|
|
intro: 'If you have source code in Subversion, Mercurial, Team Foundation Server, or another Git repository, you can move it to GitHub using GitHub Importer.'
|
|
redirect_from:
|
|
- /articles/about-github-importer
|
|
versions:
|
|
free-pro-team: '*'
|
|
---
|
|
|
|
GitHub Importer is a tool that quickly imports source code repositories, including commits and revision history, to GitHub for you.
|
|
|
|

|
|
|
|
During an import, depending on the version control system you're importing from, you can authenticate with your remote repository, update commit author attribution, and import repositories with large files (or remove large files if you don't want to use Git Large File Storage).
|
|
|
|
| Import action | Subversion | Mercurial | Team Foundation Server | Git |
|
|
|:--------------|:----------:|:---------:|:----------------------:|:---:|
|
|
| Authenticate with remote repository | **X** | **X** | **X** | **X** |
|
|
| [Update commit author attribution](/articles/updating-commit-author-attribution-with-github-importer) | **X** | **X** | **X** | |
|
|
| Move large files to [Git Large File Storage](/articles/about-git-large-file-storage) | **X** | **X** | **X** | |
|
|
| Remove large files from your repository | **X** | **X** | **X** | |
|
|
|
|
### Further reading
|
|
|
|
- "[Importing a repository with GitHub Importer](/articles/importing-a-repository-with-github-importer)"
|
|
- "[Updating commit author attribution with GitHub Importer](/articles/updating-commit-author-attribution-with-github-importer)"
|
|
- "[Importing a Git repository using the command line](/articles/importing-a-git-repository-using-the-command-line)"
|
|
- "[Source code migration tools](/articles/source-code-migration-tools)"
|