lk/data/git-lfs.md
Malin Freeborn ba8026e0c3
change formatting
input examples are now given as

```bash
input $ARG1
```

While outputs use md's '> ' sign as a quote.
2023-06-17 21:28:20 +02:00

25 lines
284 B
Markdown

---
title: "git-lfs"
tags: [ "Documentation", "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`.