Changes between Version 9 and Version 10 of StartModMaint


Ignore:
Timestamp:
Dec 9, 2013, 4:27:35 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v9 v10  
    2020== Getting started ==
    2121
    22 === Checking out the branch ===
     22The preferred development environment is usually for the library being worked on have a development branch checked out, while Boost super-project and other libraries remain on the {{{master}}} branch.
     23
     24=== Checking out the development branch ===
     25
     26You can see what branch {{{mylib}}} is currently on like this:
    2327
    2428{{{
     
    2731}}}
    2832
    29 Will tell you what branch your local repo working copy is on. To change to {{{develop}}} for a really simple bug fix do this:
     33Then if you need to change the branch to a development branch such as {{{develop}}}, do this:
    3034
    3135{{{
     
    3438}}}
    3539
    36 You only have to do that once; your local repo working copy will sit on that branch until it is explicitly changed by a command you give.
     40You only have to do that once; your local repo working copy will sit on the branch until it is explicitly changed by a command you give.
    3741
    38 If there is any possibility the branch in the public upstream repo has changed, you also will want to:
     42  Of course,
     43
     44If there is any possibility the head of the branch in the public upstream repo has changed, you also will want to:
    3945
    4046{{{