Changes between Version 5 and Version 6 of UsingGitHub


Ignore:
Timestamp:
Mar 15, 2012 4:44:49 PM (12 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitHub

    v5 v6  
    1313 1. `$ git checkout master -b awesomefeature`
    1414 1. Write some awesome code.
    15  1. Commit locally and push to origin (your GitHub account) as you normally would with git.
     15 1. Commit locally and push to origin (your GitHub account) as you normally would with git
    1616
    1717== Tracking upstream ==
     
    2626== Getting your code reviewed ==
    2727
    28  1. Push your changes to a new feature branch.
    2928 1. Find a reviewer who is interested in reviewing your awesome feature.
     29 1. Push your lastest commits to your feature branch (e.g., `$ git push origin awesomefeature`)
    3030 1. Create a pull request by going to https://github.com/yourname/webkit/pull/new/awesomefeature
    3131 1. Click the "Change Commits" button to select that reviewer's WebKit repo as the "base branch". ''TODO: Investigate whether we can make reviewers members of the "WebKit" organization so you can just use WebKit/webkit@master as the base branch.''