gitでlfs設定するときにシュッと作業するコード
find . -size +100M -exec git lfs track {} \;
これでほぼOK
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
gitでlfs設定するときにシュッと作業するコード
find . -size +100M -exec git lfs track {} \;
これでほぼOK
Register as a new user and use Qiita more conveniently
Go to list of users who liked