Thread: WDL in the wild
View Single Post
Old 08-30-2010, 02:01 AM   #61
Tale
Human being with feelings
 
Tale's Avatar
 
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,645
Default

The same here, but fortunately for us Git seems to be pretty dummy-proof.

The git init is not required when doing git clone, as it already does the init for you. However, it is required when doing git remote add, because else you might add the remote to a git repository higher up the directory tree.
Tale is offline   Reply With Quote