Changes between Version 18 and Version 19 of UsingGitHub
- Timestamp:
- Mar 16, 2012, 5:54:16 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitHub
v18 v19 37 37 1. `$ git rebase master` 38 38 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` 39 40 40 41 == Getting your code reviewed ==