add git lfs

This commit is contained in:
Malin Freeborn 2022-08-18 02:25:38 +02:00
parent bddc9eaad2
commit 454f6d2456
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
2 changed files with 19 additions and 1 deletions

18
data/git-lfs.md Normal file
View File

@ -0,0 +1,18 @@
---
title: "git"
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`.

View File

@ -67,7 +67,7 @@ The above script has crappy results.
It's better to use potrace.
```
$convert input.jpg output.ppm
$convert -flatten input.jpg output.ppm
$potrace -s output.ppm -o svgout.svg
```