Feature Request: Add `--recursive` option to support downloading submodules
The project I pulled is a monorepo, but the subdirectory projects cannot be cloned down.
try https://github.com/nrjdalal/gitpick to clone subdirectories, and let me know if it fits the bill
try https://github.com/nrjdalal/gitpick to clone subdirectories, and let me know if it fits the bill
here is a scenario where i wanna use --recursive option,clone projects like this qwc2-demo-app which contains subdirectories such as qwc2 . it seems that gitpick doesn't support this functionality. i hope it work like the command git clone --recursive https://github.com/qgis/qwc2-demo-app
ohh I am using git directly in gitpick, you can add an option to do that easily
ohh I am using git directly in gitpick, you can add an option to do that easily
Can you show me an example of how to use it? i failed it to use recursive in gitpick
ohh I am using git directly in gitpick, you can add an option to do that easily
Can you show me an example of how to use it? i failed it to use recursive in gitpick
as in dig a little into the code, I code it fairly simple and extensible, rest I will see it in freetime
I also need --recursive as well. Any updates ?
added try npx gitpick@canary --recursive and I will add it in next latest version, gitpick
- do let me asap guys, need to launch next latest soon 🔥
can @Dmaziyo @SerJaimeLannister confirm, else I will undo the change
pushed to latest
just npx gitpick or npx gitpick@latest
use flag -r as shortform for recursive