Changes between Version 82 and Version 83 of DeveloperGuidelines/Git
- Timestamp:
- 01/02/14 11:48:32 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v82 v83 134 134 135 135 136 ==== Squashing and rebasing commits ==== 137 Before submitting code to be included in the trunk repository, two things should be done: 138 * Rebase from trunk and deal with any merge conflicts. 139 * Squash all commits in your change into one commit. This removes any false steps and re-working, and packages the related work together. 136 ==== Squashing commits ==== 140 137 141 138 {{{