lk/data/git-lfs.md

19 lines
254 B
Markdown
Raw Normal View History

2022-08-18 00:25:38 +00:00
---
2022-11-12 18:14:33 +00:00
title: "git-lfs"
2022-08-18 00:25:38 +00:00
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`.