Note that =/p/condor/workspaces/your_login/CONDOR_SRC/src= contains the latest checked out HTCondor source.  The metadata for the whole tree is stored in =/p/condor/workspaces/your_login/CONDOR_SRC/.git=.  The files under =/p/condor/workspaces/your_login/CONDOR_SRC=, known as your workspace, will change as you switch from branch to branch.
 
-If your machine doesn't have AFS, you can have git use ssh to interact with the main repo. Your clone command would look like this, substituting a CSL maintained computer you can log into for library.cs.wisc.edu.
+If your machine doesn't have AFS, you can have git use ssh to interact with the main repo. Your clone command would look like this, for <name> use a CSL maintained computer you can log into.  HTCondor staff can use ingwe.cs.wisc.edu or library.cs.wisc.edu. Students can use first floor Linux lab machines like galapagos-09.cs.wisc.edu or king-07.cs.wisc.edu
 
 {code}
-$ git clone ssh://library.cs.wisc.edu/p/condor/repository/CONDOR_SRC.git
+$ git clone ssh://<name>.cs.wisc.edu/p/condor/repository/CONDOR_SRC.git
 {endcode}
 
 The main source repository now includes the documentation sources as well.