Patching Webkit Proposal - LemontechSA/TideSDK GitHub Wiki

Basic Setup

  1. Checkout WebKit from git://git.webkit.org
  2. Create a branch (say tidesdk-patches) as git checkout -b tidesdk-patches
  3. Configure it to push/pull from the TideSDK repo (git remote add -t tidesdk-patches tidesdk git://github.com/TideSDK/TideSDK-WebKit && git config branch.tidesdk-patches.remote tidesdk)

Updating WebKit

  1. git checkout master
  2. git pull
  3. git rebase master tidesdk-patches (with your fingers crossed, you'll get rebase conflicts if something breaks)