You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
carllobo edited this page Nov 16, 2012
·
2 revisions
Basic Setup
Checkout WebKit from git://git.webkit.org
Create a branch (say tidesdk-patches) as git checkout -b tidesdk-patches
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
git checkout master
git pull
git rebase master tidesdk-patches (with your fingers crossed, you'll get rebase conflicts if something breaks)