LoginSignup
0
0

More than 3 years have passed since last update.

Bitbucket で運用途中にLFSを導入したメモ

Posted at
git clone --mirror git@bitbucket.org:project/repo.git
cd repo.git

(以下のファイルパターンリストは git lfs migrate info などを見て適宜変える)

git lfs migrate import --include='*.exr,*.fbx,*.png,*.xls,*.otf,*.dll,*.db,*.psd,*.pptx,*.exe,*.dic,*.pdf,*.bin' --everything
git reflog expire --expire-unreachable=now --all && git gc --prune=now

(ここまでに “repo_lfs” レポを新たに作成しておく)

git remote add --mirror=push new git@bitbucket.org:project/repo_lfs.git
git push new
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0