947
edits
(→Getting some stuff Done: formatting...this *might* be right) |
(→For those with commit access: correcting wiki syntax) |
||
| Line 40: | Line 40: | ||
* 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</pre> | ||
***git fetch | ***<pre>git fetch</pre> | ||
***git merge newfeature</pre> | ***<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