Improve Template Cloning
complete
jace
I was thinking it'd be nice to give an option to clone a template without leaving behind the .git folder. That way you don't have a nested git project in your package's directory.
Semi related but I think the clone should be shallow because I don't think the git history would really matter a whole lot.
Joshua Chen
marked this post as
complete
Joshua Chen
marked this post as
in progress
Sébastien Lorber
marked this post as
under review
Not sure what you mean about the .git thing
We should probably use a shallow clone yes, but it's just a little optimization
Joshua Chen
Sébastien Lorber: currently, the git clone results in a full git repo. Even if you do a shallow clone, it still creates a .git folder. The OP wants to have a clean folder, just using git to get the files.