> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/devops/git/git-1kb-files.md).

# 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 *
```
