{code}
   % ssh submit-3.batlab.org mkdir workspace
-  % cd path-to-git-dir
-  % tar cf - * | ssh submit-3.batlab.org cd workspace '&&' tar xf -
+  % exit
+  % cd to top of clone(CONDOR_SRC)
+  % git write-tree
+  % git archive xxxxxx(hash created by git write-tree) | ssh submit-3.batlab.org cd workspace '&&' tar xf -
 {endcode}
 
 Then, log into submit-3.batlab.org, and run the following commands