Skip to content

tehlug/media-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7f4e35 · Mar 15, 2025

History

88 Commits
Mar 15, 2025
Jul 27, 2024
Feb 1, 2025
Jun 19, 2020

Repository files navigation

Tip for clone specific directory that you wish to

If you only want to clone a specific subdirectory of a Git repository, you can use the --depth and --filter options with the git clone command. Here's an example:

git clone --depth 1 --filter=blob:none --sparse git@github.com:tehlug/media-files.git && \
cd media-files && \
git sparse-checkout init --cone && \
git sparse-checkout set events/images/<event_number>