Changes between Version 94 and Version 95 of DeveloperGuidelines/Git


Ignore:
Timestamp:
01/11/14 08:53:07 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v94 v95  
    270270=== Code review on !GitHub ===
    271271
     272Code reviews help assure that code is correct before it gets accepted into trunk by having other people besides the author examine it, install it, test it, and comment on it.  !GitHub provides some very convenient features for conducting code reviews.
     273
     274* The code author can push their changes to !GitHub, which makes it easy for the reviewer to pull their changes into their own repository.
     275* !GitHub allows commenting on specific lines in a file or in a diff between revisions.  This makes it easy to show exactly what code is being commented on.
    272276=== Getting your changes accepted into the trunk repository ===
    273277