Changes between Version 12 and Version 13 of UsingGitHub


Ignore:
Timestamp:
Mar 15, 2012 5:13:16 PM (12 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitHub

    v12 v13  
    1515 1. `$ git checkout master -b awesomefeature`
    1616 1. Write some awesome code.
    17  1. Commit locally and push to origin (your GitHub account) as you normally would with git
     17 1. Commit locally and push to origin (your GitHub account) as you normally would with git.
    1818
    1919== Tracking upstream ==