Auto-tools/Projects/Mozmill/RepoSetup: Difference between revisions

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:
*** git checkout 1.4.2
<pre>git checkout 1.4.2
*** git fetch
git fetch
*** git merge <theotherbranch>
git merge newfeature</pre>
*** git push mozauto 1.4.2
 
** Push to mozautomation's remote 1.4.2 branch
<pre>git push mozauto 1.4.2</pre>
865

edits