947
edits
(→Getting some stuff Done: noting that feature branches need a bug) |
|||
Line 21: | Line 21: | ||
* Create another local branch off of your 1.4.2 branch to do your work in: | * Create another local branch off of your 1.4.2 branch to do your work in: | ||
<pre>git checkout -b mynewfeature</pre> | <pre>git checkout -b mynewfeature</pre> | ||
This feature branch should correspond to a bug on bugzilla.mozilla.org | |||
* Do your fix, then when you're ready submit the feature for review - push to your branch to your own remote repo: | * Do your fix, then when you're ready submit the feature for review - push to your branch to your own remote repo: | ||
<pre>git push origin mynewfeature</pre> | <pre>git push origin mynewfeature</pre> |
edits