canmove, Confirmed users
227
edits
(→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 | git checkout -b ux 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 |