Skip to content

Instantly share code, notes, and snippets.

View thexa4's full-sized avatar

Max Maton thexa4

  • Delft, Netherlands
View GitHub Profile
@thexa4
thexa4 / migrate-repo-to-lfs.sh
Last active December 18, 2016 22:30 — forked from karlhorky/migrate-repo-to-lfs.sh
Migrate existing design git repo to large file storage with history
git filter-branch --prune-empty --tree-filter '
git lfs track "*.bsp"
git lfs track "*.vtf"
git lfs track "*.wav"
git lfs track "*.mp3"
git lfs track "*.mdl"
git lfs track "*.vtx"
git lfs track "*.vvd"
git lfs track "*.phy"
git lfs track "*.bik"