You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-09-18-github-migration-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Based on my migration experience, here are additional tools I've found useful, o
48
48
|**Rulesets**|[gh-migrate-rulesets](https://github.com/katiem0/gh-migrate-rulesets)| Rulesets are not migrated - command line tools can download and re-push packages though |
49
49
|**Packages**| See my [posts](/categories/packages/)[npm](/posts/github-packages-migrate-npm-packages/), [NuGet](/posts/github-packages-migrate-nuget-packages/), [Maven](/posts/github-packages-migrate-maven-packages/), and [Docker](/posts/github-packages-migrate-docker-containers/)<br>[gh-migrate-packages](https://github.com/mona-actions/gh-migrate-packages)| Packages are not migrated |
|**LFS**|[Migrate LFS artifacts](/posts/migrate-git-lfs-artifacts/)| LFS is not migrated |
51
+
|**LFS**|[Migrate LFS artifacts to Another Repo](/posts/migrate-git-lfs-artifacts/),<br>[gh-migrate-lfs](https://github.com/mona-actions/gh-migrate-lfs)| LFS is not migrated with GEI - note if using `git lfs push --all`, make sure to verify object counts to ensure the push didn't miss anything|
52
52
|**Username mapping**|[Getting SAML entities at enterprise](https://github.com/joshjohanning/github-misc-scripts/blob/main/gh-cli/get-saml-identities-in-enterprise.sh),<br>[Getting SAML entities at org](https://github.com/joshjohanning/github-misc-scripts/blob/main/gh-cli/get-saml-identities-in-organization.sh)| Getting SAML identities can help map personal github.com accounts by tying their email to their identity provider credential |
53
53
|**Repository visibility**|[gh-repo-visibility](https://github.com/mona-actions/gh-repo-visibility)| Repos migrate as private by [default](https://docs.github.com/en/migrations/using-github-enterprise-importer/migrating-between-github-products/overview-of-a-migration-between-github-products#setting-repository-visibility)|
54
54
|**Deploy keys**|[gh-migrate-deploy-keys](https://github.com/mona-actions/gh-migrate-deploy-keys)| Deploy keys are not migrated |
0 commit comments