Jetpack/Integration Process: Difference between revisions

(First pass of updating integration process with our new branching system)
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 -u origin firefoxXX
  git push 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.
Confirmed users
396

edits