# 古いリポジトリからcloneし、LFSのファイルを全て取得
$ git clone --mirror git@github.com:hoge/old.git
$ cd old && git lfs fetch --all
# 新しいリポジトリにpush
$ git push --mirror git@github.com:hoge/new.git
# LFSのファイルを全てアップデート
$ git lfs push --all git@github.com:hoge/new.git
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme