Changes between Version 2 and Version 3 of GitRepo


Ignore:
Timestamp:
03/13/2010 05:13:57 PM (14 years ago)
Author:
andar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitRepo

    v2 v3  
    1616 
    1717This will create a deluge/ directory with a copy of the repo. 
     18 
     19We will also want to update the submodules which includes libtorrent. 
     20 
     21{{{ 
     22git submodules init 
     23git submodules update 
     24}}} 
    1825 
    1926== Selecting Branch == 
     
    4653{{{ 
    4754git pull 
     55git submodule update 
    4856}}} 
    4957