commit 17d093147ba34d196680be294a0b59e315abee3b Author: chris-admin Date: Tue Sep 16 20:09:39 2025 +0200 Add Git instructions diff --git a/Git-instructions.md b/Git-instructions.md new file mode 100644 index 0000000..98b8056 --- /dev/null +++ b/Git-instructions.md @@ -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 \ No newline at end of file