Add Git instructions

chris-admin 2025-09-16 20:09:39 +02:00
commit 17d093147b

11
Git-instructions.md Normal file

@ -0,0 +1,11 @@
# Git Instructions
## Git LFS
According to [this resource](https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage) we need to use this command
```bash
git lfs track "${GLOB_PATTERN}"
```
to keep some metadata about large files. In this project, all **dataset files** and **pickles** will be treated as Large Files