865
edits
| Line 20: | Line 20: | ||
* 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> | ||
* Do your fix, then when you're ready submit the feature for review - push to your branch to your own 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> | ||
* If the feature is small: | * If the feature is small: | ||
edits