Changes

From Genome Analysis Wiki
Jump to navigationJump to search
153 bytes added ,  16:24, 3 December 2013
Line 11: Line 11:  
=== Using Git to Track the Current Version ===
 
=== Using Git to Track the Current Version ===
 
You can create your won git clone(copy) using:
 
You can create your won git clone(copy) using:
 +
 
   git clone https://github.com/jinchen-umich/FallInBed.git
 
   git clone https://github.com/jinchen-umich/FallInBed.git
 
or
 
or
 
   git clone git://github.com/jinchen-umich/FallInBed.git
 
   git clone git://github.com/jinchen-umich/FallInBed.git
 +
 
Either of these two commands creates a directory which called FallInBed in the current directory.
 
Either of these two commands creates a directory which called FallInBed in the current directory.
 +
 +
=== Update your copy ===
 +
If you have already gotten your copy, using the following commands to update:
 +
  1. cd pathToYourCopy/FallInBed
 +
  2. git pull
    
== Build FallInBed ==
 
== Build FallInBed ==
66

edits

Navigation menu