947
edits
(note about remote tracking branch) |
|||
| Line 26: | Line 26: | ||
git pull mozauto 1.4.2</pre> | git pull mozauto 1.4.2</pre> | ||
* Now you're on a local branch called "1.4.2" with the 1.4.2 code. Use git checkout to switch between local branches. | * Now you're on a local branch called "1.4.2" with the 1.4.2 code. Use git checkout to switch between local branches. | ||
= Setting up for Development on hotfix-1.5.1 = | |||
For work on the hotfix-1.5.1 branch, you will need to use a remote tracking branch. | |||
= Getting Stuff Done = | = Getting Stuff Done = | ||
edits