Git Migration Large Files
This blog post is going to demo migrating a Git repository that contains large files. An overview of the steps are: Create empty repos at gitlab.com and github.com Create demo file structure and push to gitlab.com Create a mirror clone of the repo Pull down with all branches Create large files Install git lfs Try to use git lfs when there are super large files Delete super big files using BFG Repo Cleaner Working with files in LFS Create empty repos at gitlab.com and github.com I have already created personal accounts at gitlab.com and github.com. We will use GitLab as the source and GitHub as the target, but these are just examples. ...