Changes between Version 5 and Version 6 of CommittingYourChanges
- Timestamp:
- 07/08/15 19:51:47 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommittingYourChanges
v5 v6 27 27 * `git push origin 10.0.3` 28 28 * '''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** 30 30 * `git checkout debian` 31 31 * `git merge --no-ff master`