23 | | 1. One-time setup: `$ git remote add upstream git://github.com/WebKit/webkit.git` |
24 | | 1. Switch to master branch if necessary: `$ git checkout master` |
25 | | 1. `$ git fetch upstream` |
26 | | 1. `$ git merge upstream/master` |
27 | | 1. `$ git push origin master` |
| 23 | 1. One-time setup: [http://trac.webkit.org/browser/trunk/Tools/Scripts/configure-github-as-upstream /Tools/Scripts/configure-github-as-upstream] |
| 24 | 1. [http://trac.webkit.org/browser/trunk/Tools/Scripts/sync-master-with-upstream ./Tools/Scripts/sync-master-with-upstream] |