add git lfs
This commit is contained in:
parent
bddc9eaad2
commit
454f6d2456
18
data/git-lfs.md
Normal file
18
data/git-lfs.md
Normal 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`.
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user