reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

Init cmd unnecessary clones the entire history of the master branch. #68

Open nicroto opened 6 years ago

nicroto commented 6 years ago

I've described the issue here.

I think the first solution should be sufficient - instead of the current regular clone, init would clone like this:

$ git clone --depth=1 <repo-url>

If the owners of the repo would agree on this improvement - I would like to submit a PR.

If this is accepted, would this be the appropriate workflow?

Cheers!