place git in dir
This commit is contained in:
24
data/git/git-lfs.md
Normal file
24
data/git/git-lfs.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
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`.
|
Reference in New Issue
Block a user