lk/data/git/git-lfs.md

25 lines
267 B
Markdown

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