Changes between Version 5 and Version 6 of CommittingYourChanges


Ignore:
Timestamp:
07/08/15 19:51:47 (9 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommittingYourChanges

    v5 v6  
    2727 * `git push origin 10.0.3` 
    2828 * '''Once you do this, the version is finalized.  If you find a bug, you'll need to bump the version number and repeat this process. 
    29 * Checkout the `debian` branch, and merge your changes into master, *ensuring you get a merge commit, not a fast-forward* 
     29* Checkout the `debian` branch, and merge your changes into master, **ensuring you get a merge commit, not a fast-forward** 
    3030 * `git checkout debian` 
    3131 * `git merge --no-ff master`