grunt-git icon indicating copy to clipboard operation
grunt-git copied to clipboard

Added --force option to clone command

Open aladage opened this issue 11 years ago • 2 comments
trafficstars

Needed this for a grunt task in Yeoman.

aladage avatar Jun 05 '14 15:06 aladage

My git clone doesn't support --force. Do you have a reference on this option somewhere?

rubenv avatar Jun 10 '14 09:06 rubenv

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.

aladage avatar Jun 10 '14 14:06 aladage