Gaia/UX Branch: Difference between revisions

→‎Setting up the UX Branch: Update commands to make sure you have the full list of remote branches
(→‎Setting up the UX Branch: Update commands to make sure you have the full list of remote branches)
Line 31: Line 31:


     git remote add upstream https://github.com/mozilla-b2g/gaia.git
     git remote add upstream https://github.com/mozilla-b2g/gaia.git
Get upstream changes from `gordonbrander/ux`:
    git fetch gordonbrander


Create a new local branch and set it up to track the remote branch:
Create a new local branch and set it up to track the remote branch:


     git checkout --track -b ux gordonbrander/ux
     git checkout -b ux gordonbrander/ux


Getting upstream changes from `gordonbrander/ux`:
If you need to update your copy of the ux branch with the latest from gordonbrander/ux:


     git fetch gordonbrander
     git fetch gordonbrander
canmove, Confirmed users
227

edits