Changes between Version 2 and Version 3 of DeveloperGuidelines/Git
- Timestamp:
- 12/20/11 17:46:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v2 v3 22 22 }}} 23 23 === Developer Workflow === 24 We suggest adopting the [http://blog.hasmanythrough.com/2008/12/18/agile-git-and-the-story-branch-pattern Story Branch] pattern, which allows squashing commits in order to keep the main origin24 We suggest adopting the [http://blog.hasmanythrough.com/2008/12/18/agile-git-and-the-story-branch-pattern Story Branch] pattern, which allows squashing commits in order to keep the main Trunk as clean as possible 25 25 {{{ 26 26 cd <mybranch>