Answers for "git clone directory only"

15

git clone with folder name

git clone [email protected]:whatever folder-name
Posted by: Guest on May-23-2020
1

how to clone only sub directory git

Cloning only a subdirectory is not possible in Git. 
The network protocol doesn't support it, 
the storage format doesn't support it.
Every single answer to this question always clones the whole repository.
Posted by: Guest on January-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language