% cd path-to-git-dir % git archive feature-branch | ssh nmi-s006 cd workspace \&\& tar xf - +If you don't have a feature-branch and want to build your workspace as is, use the following. + + % ssh nmi-s006 mkdir workspace + % cd path-to-git-dir + % tar cf - * | ssh nmi-s006 cd workspace \&\& tar xf - + Then, log into nmi-s006, and run the following commands % PATH=/prereq/bin:$PATH