Changes between Version 9 and Version 10 of StartModMaint
- Timestamp:
- Dec 9, 2013, 4:27:35 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModMaint
v9 v10 20 20 == Getting started == 21 21 22 === Checking out the branch === 22 The 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 26 You can see what branch {{{mylib}}} is currently on like this: 23 27 24 28 {{{ … … 27 31 }}} 28 32 29 Will tell you what branch your local repo working copy is on. To change to {{{develop}}} for a really simple bug fixdo this:33 Then if you need to change the branch to a development branch such as {{{develop}}}, do this: 30 34 31 35 {{{ … … 34 38 }}} 35 39 36 You only have to do that once; your local repo working copy will sit on th atbranch until it is explicitly changed by a command you give.40 You 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. 37 41 38 If there is any possibility the branch in the public upstream repo has changed, you also will want to: 42 Of course, 43 44 If there is any possibility the head of the branch in the public upstream repo has changed, you also will want to: 39 45 40 46 {{{