# Git 1kb files

## To download files

```bash
git lfs install
git pull
```

## If already 1 kb

1. Delete file
2. Use git to restore file

```bash
git restore *
```
