Setting up a clean private repository:
- have git installed on your system
- navigate to the repository where your private
ngsa_suite
repo directory will be created
- clone the public blessed repository with the following command
-
git clone user@hostname:/ubc/cs/research/condon/share/projects/ngs-aligner/src/ngsa_suite.git
-
cd
the newly created ngsa_suite
directory
- sync two main branches with updates on the public blessed repository:
-
git branch --track dev origin/dev
-
git branch --track ticgit origin/ticgit