Confirmed users
3,816
edits
| Line 11: | Line 11: | ||
<pre>git remote add mozauto git@github.com:mozautomation/mozmill.git</pre> | <pre>git remote add mozauto git@github.com:mozautomation/mozmill.git</pre> | ||
* Pull the 1.4.2 code into a local branch: | * Pull the 1.4.2 code into a local branch: | ||
<pre>git checkout -b | <pre>git checkout -b 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. | ||