Readme section on differences between degit/tiged
grikomsn opened this issue · 3 comments
grikomsn commented
Hey! After seeing this being published, definitely gonna be my default cloner after using degit/tiged. Curious what are the differences between other packages? I'd love to help contribute the readme.
pi0 commented
digit and tiged also support tarball download but also depend on local git (which is not always installed) for operations like getting HEAD ref and i found it so unstable and finally made a minimal rewrite to purely use fetch. Also it fixes some issues with subpath cloning.
pi0 commented
Okay now giget is expanded to a generic template cloning utility. Would you still like to contribute on docs to add more info about differences from alternatives?
grikomsn commented
Yes for sure! Gonna read the new docs and try my best to add a section.