Skip to content

Instantly share code, notes, and snippets.

@Baneeishaque
Created May 2, 2021 21:06
Show Gist options
  • Save Baneeishaque/e2f72a79cc703af6d09aa3da983a8636 to your computer and use it in GitHub Desktop.
Save Baneeishaque/e2f72a79cc703af6d09aa3da983a8636 to your computer and use it in GitHub Desktop.
Track files greater than 100mb (100 mb is Github file size restriction)
find . -type f -size +100M -exec git lfs track {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment