Changes between Version 13 and Version 14 of TryModBoost


Ignore:
Timestamp:
Nov 25, 2013, 5:45:31 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TryModBoost

    v13 v14  
    7070=== Checking out a particular branch ===
    7171
    72 The {{{clone}}} operation above leaves the {{{modular-boost}}} local repository, including the individual libraries, in a detached state that is not very useful and can result in data loss. So the first thing you want to do is switch to the branch you want to work on:
     72The {{{clone}}} operation above leaves the individual libraries in the {{{modular-boost}}} local repository in a detached state that is not very useful and can result in data loss. So the first thing you want to do is switch any library you want to modify to the branch you want to work on. For example, if you want to do some maintenance on the {{{develop}} branch of my-lib, do this:
    7373
    7474{{{
    75 git checkout master
    76 git submodule update
    7775cd libs/my-lib
    7876git checkout develop