Thread: WDL in the wild
View Single Post
Old 08-30-2010, 01:23 AM   #58
cc_
Human being with feelings
 
Join Date: Mar 2009
Posts: 256
Default

So what's the advantage of doing init, then pull? I started doing it that way, but at some point I switched to just using clone and everything seems to be working fine:

Code:
mkdir foobar
cd foobar
git clone ../previous_clone
I'm worried something will bite me later though!
cc_ is offline   Reply With Quote