$ git clone ssh://chopin.cs.wisc.edu/p/condor/repository/CONDOR_SRC.git {endcode} -{subsection: Cloning the main Condor manual repository} - -You clone the Condor manual repository in the same way you cloned the source repository, only the central repository location is different. - -{code} -$ cd /p/condor/workspaces/your_login -$ git clone /p/condor/repository/CONDOR_DOC.git -{endcode} - -This will create =/p/condor/workspaces/your_login/CONDOR_DOC=. The source and manual are stored in separate repositories to make branching and merging them independently possible. Whenever you want to merge or branch the manual you should coordinate with Karen. - -If you don't like the name =CONDOR_DOC= you can feel free to rename the directory to anything you want. - -As with =CONDOR_SRC=, if your machine doesn't have AFS, you can use this clone command to interact with the main repo via ssh: - -{code} -$ git clone ssh://chopin.cs.wisc.edu/p/condor/repository/CONDOR_DOC.git -{endcode} +The main source repository now includes the documentation sources as well. {subsection: Create names for the stable and development branches in your local repo}