All Questions
1 question
1
vote
0
answers
876
views
Clone a specific directory from git repo using Git-Python
My git repo is of more than 2GB in size. I need to clone this repo locally via python and do some updates to it. It is just enough if I clone a particular directory in it.
How to accomplish this with ...