Add Git instructions
commit
17d093147b
11
Git-instructions.md
Normal file
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
|
||||||
Loading…
x
Reference in New Issue
Block a user