865
edits
| Line 39: | Line 39: | ||
* Push the code up to mozautomation: | * Push the code up to mozautomation: | ||
** Merge to your 1.4.2 branch: | ** Merge to your 1.4.2 branch: | ||
<pre>git checkout 1.4.2 | ***<pre>git checkout 1.4.2 | ||
git fetch | git fetch | ||
git merge newfeature</pre> | git merge newfeature</pre> | ||
** Push to mozautomation's remote 1.4.2 branch | ** Push to mozautomation's remote 1.4.2 branch | ||
<pre>git push mozauto 1.4.2</pre> | ***<pre>git push mozauto 1.4.2</pre> | ||
edits