Confirmed users
396
edits
| Line 10: | Line 10: | ||
git pull origin master | git pull origin master | ||
git checkout -b firefoxXX #where XX is the new Firefox version number on inbound | git checkout -b firefoxXX #where XX is the new Firefox version number on inbound | ||
git push origin firefoxXX | git push -u origin firefoxXX | ||
This creates a new firefoxXX branch in git and pushes it to the upstream repository for use. This new branch will track whatever code is in the SDK's folder in mercurial. | This creates a new firefoxXX branch in git and pushes it to the upstream repository for use. This new branch will track whatever code is in the SDK's folder in mercurial. | ||