place git in dir

This commit is contained in:
2024-04-06 01:25:01 +02:00
parent f666ac3dc9
commit 5b3a12d628
2 changed files with 0 additions and 0 deletions

24
data/git/git-lfs.md Normal file
View 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`.