Hey, git users!
Am I right in thinking:
git checkout-index -a \
--prefix=/path/to/where_i_want_the_checkout/
from within an existing git repository is the same as
svn export [repository URL] /path/to/where_i_want_the_checkout/
Hi. I'm Kyle Bragger. I make Forrst. If you're so inclined, follow me on Twitter here.
Am I right in thinking:
git checkout-index -a \
--prefix=/path/to/where_i_want_the_checkout/
from within an existing git repository is the same as
svn export [repository URL] /path/to/where_i_want_the_checkout/