947
edits
(→Setting up for Development on Master: update for new repo location) |
(→Setting up for Development on 1.5: update location of repo) |
||
Line 26: | Line 26: | ||
Pull the 1.5 code into a local branch: | Pull the 1.5 code into a local branch: | ||
<pre> | <pre> | ||
git fetch | git fetch mozilla | ||
git branch hotfix-1.5 | git branch hotfix-1.5 mozilla/hotfix-1.5 | ||
git checkout hotfix-1.5 | git checkout hotfix-1.5 | ||
</pre> | </pre> | ||
Line 33: | Line 33: | ||
To keep your hotfix-1.5 branch updated with the changes to mozauto's 1.5 branch: | To keep your hotfix-1.5 branch updated with the changes to mozauto's 1.5 branch: | ||
<pre>git pull --rebase | <pre>git pull --rebase mozilla hotfix-1.5</pre> | ||
= Getting Stuff Done = | = Getting Stuff Done = |
edits