Difference: SettingUpGitRepo (1 vs. 3)

Revision 32010-05-05 - jujubix

Line: 1 to 1
 
META TOPICPARENT name="NGSAlignerProject"
Setting up a clean private repository:
  1. have git installed on your system
Line: 8 to 8
 
  1. cd the newly created ngsa_suite directory
  2. sync two main branches with updates on the public blessed repository:
    • git branch --track dev origin/dev
Added:
>
>
    • git branch --track ticgit origin/ticgit
 

Revision 22010-05-04 - jujubix

Line: 1 to 1
 
META TOPICPARENT name="NGSAlignerProject"
Setting up a clean private repository:
  1. have git installed on your system
Changed:
<
<
  1. navigate to the repsositry where your private ngsa_suite repo directory will be created
>
>
  1. navigate to the repository where your private ngsa_suite repo directory will be created
 
  1. 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
  2. cd the newly created ngsa_suite directory

Revision 12010-05-03 - jujubix

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="NGSAlignerProject"
Setting up a clean private repository:
  1. have git installed on your system
  2. navigate to the repsositry where your private ngsa_suite repo directory will be created
  3. 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
  4. cd the newly created ngsa_suite directory
  5. sync two main branches with updates on the public blessed repository:
    • git branch --track dev origin/dev
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback