Skip to content

Commit c5a940b

Browse files
committed
adding lfs tool
1 parent 714815a commit c5a940b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-09-18-github-migration-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Based on my migration experience, here are additional tools I've found useful, o
4848
| **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 |
4949
| **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 |
5050
| **Code owners** | [Analysis script](https://github.com/joshjohanning/github-misc-scripts/blob/main/gh-cli/get-organizations-repositories-codeowner-usage.sh),<br>[Code owners mapping helper](https://github.com/joshjohanning/github-misc-scripts/blob/main/scripts/update-codeowners-mappings.js) | Updating org/team names |
51-
| **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 |
5252
| **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 |
5353
| **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) |
5454
| **Deploy keys** | [gh-migrate-deploy-keys](https://github.com/mona-actions/gh-migrate-deploy-keys) | Deploy keys are not migrated |

0 commit comments

Comments
 (0)