From 17d093147ba34d196680be294a0b59e315abee3b Mon Sep 17 00:00:00 2001 From: chris-admin Date: Tue, 16 Sep 2025 20:09:39 +0200 Subject: [PATCH] Add Git instructions --- Git-instructions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Git-instructions.md 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