Changes between Version 104 and Version 105 of DeveloperGuidelines/Git


Ignore:
Timestamp:
06/20/14 16:33:22 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v104 v105  
    297297* Optionally squash your commits.
    298298* Push your changes to !GitHub.
    299 * If your change contains more than one commit (and you are not doing a pull request yet)
     299* If your change contains more than one commit (and you are not doing a pull request yet) you can use a "compare view":[[br]]
     300  {{{https://github.com/mygithubusername/eden/compare}}}[[br]]
     301  Select the two revisions you want to compare -- subsitute them for before and after:[[br]]
     302  {{{https://github.com/mygithubusername/eden/compare/before...after}}}
    300303
    301304=== Getting your changes accepted into the trunk repository ===