% 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 -
+For Windows execute below command,
+  % git archive xxxxxx(hash created by git write-tree) | ssh USERNAME@submit-3.batlab.org cd workspace ; tar xf -
+
 {endcode}
 
 Then, log into submit-3.batlab.org, and run the following commands