This is the Chromium repository used by Crosswalk.
Development of Crosswalk : http://linux.intel.com/mailman/listinfo/cameo-dev
We are also on IRC : #crosswalk on otcirc.jf.intel.com:6697
- clone it
- add the upstream repo as a remote :
git remote add upstream http://git.chromium.org/chromium/src.git git checkout mastergit pull --rebase upstream mastergit push origin mastergit checkout -b lkgr origin/lkgr(first time only)git checkout lkgr(other times)git pull --rebase upstream lkgrgit push origin lkgr
Feel free to hack a script to automate it.