Skip to content

tehlug/media-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

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 [email protected]:tehlug/Tehlug-Media-Files.git && \
cd Tehlug-Media-Files && \
git sparse-checkout init --cone && \
git sparse-checkout set events/images/<event_number>
``

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •