Changes between Version 18 and Version 19 of UsingGitHub


Ignore:
Timestamp:
Mar 16, 2012 5:54:16 AM (12 years ago)
Author:
jarred@sencha.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitHub

    v18 v19  
    3737 1. `$ git rebase master`
    3838 1. Fix merge conflicts through the rebase as you normally would with git.
     39 1. Push rebased awesomefeature up to your fork: `$ git push --force origin awesomefeature`
    3940
    4041== Getting your code reviewed ==