Changes between Version 78 and Version 79 of DeveloperGuidelines/Git


Ignore:
Timestamp:
01/02/14 09:32:21 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v78 v79  
    281281
    282282=== Story Branches ===
    283 The [http://blog.hasmanythrough.com/2008/12/18/agile-git-and-the-story-branch-pattern Story Branch] pattern allows pushing interim work to GitHub for review & also allowing contributing quick fixes to Trunk without needing to complete the interim work:
     283The [http://blog.hasmanythrough.com/2008/12/18/agile-git-and-the-story-branch-pattern Story Branch] pattern allows pushing interim work to !GitHub for review & also allowing contributing quick fixes to Trunk without disturbing your longer-term work. (The linked story branch description uses a Ruby on Rails (RoR) project as an example, so you'll see RoR commands in the post, such as {{{rake}}} or {{{rake db:migrate}}}.  In most cases where an RoR command is shown, an appropriate Eden substitute will be to update from Trunk and run tests.)
    284284{{{
    285285git checkout -b <mystory>