Changes between Version 90 and Version 91 of DeveloperGuidelines/Git


Ignore:
Timestamp:
01/03/14 03:50:59 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v90 v91  
    268268}}}
    269269
     270=== Code review on !GitHub ===
     271
    270272=== Getting your changes accepted into the trunk repository ===
    271273
     
    2742761. Squash all commits in your change into one commit. This removes any false steps and re-working, and packages the related work together.
    2752771. Test after rebasing.
    276 1. Push your changes to your own fork of Eden on GitHub.
     2781. Push your changes to your own fork of Eden on !GitHub.
    2772791. Ask for a code review if appropriate.
    278280
    279 Once you are ready to submit your work, make a pull request:  Click Pull Requests on the right side of the GitHub page for your repo then the New Pull Request button.  Note if you already have a pull request open, then changes you push to the branch that is the source of the pull request will be included in it automatically -- you do not need to close the pull request and make a new one.
     281Once you are ready to submit your work, make a pull request:  Click Pull Requests on the right side of the !GitHub page for your repo then the New Pull Request button.  Note if you already have a pull request open, then changes you push to the branch that is the source of the pull request will be included in it automatically -- you do not need to close the pull request and make a new one.
    280282
    281283=== Working with multiple branches ===