NFDI4BIOIMAGE / nfdi_search_engine

this version working with docker
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Use git submodule instead of duplicating things #1

Open haesleinhuepf opened 1 week ago

haesleinhuepf commented 1 week ago

Hi @SeverusYixin ,

great to see this repository! Just one suggestion: instead of copying stuff (e.g. the resources folder from the training repository), you can use git-submodules. That way you also don't need to sychronize this folder again and again. Read more: https://git-scm.com/book/en/v2/Git-Tools-Submodules

Let me know if that makes sense.

Best, Robert

SeverusYixin commented 1 week ago

that is fantastic