grunt-git
grunt-git copied to clipboard
Added --force option to clone command
trafficstars
Needed this for a grunt task in Yeoman.
My git clone doesn't support --force. Do you have a reference on this option somewhere?
I think you're right. What's odd is, if you try to clone into an existing directory, the error text says to use --force, but I don't think it's actually supported in git clone as the error says. If it is, I can't find it documented anywhere.