lk/data/git-lfs.md
2022-11-12 19:14:33 +01:00

19 lines
254 B
Markdown

---
title: "git-lfs"
tags: [ "Documentation", "data" ]
---
Install, and add with
> git lfs install
Then track some filetype with:
> git lfs track "\*.ttf"
Or a directory with:
> git lfs track "images/"
All changes require adding `.gitattributes`.