Auto-tools/Projects/MozBase: Difference between revisions

Line 378: Line 378:
* git checkout -b feature
* git checkout -b feature
* git pull remote feature (or git am patch)
* git pull remote feature (or git am patch)
* [TEST the patch by running existent tests]
* '''TEST''' the patch by [https://wiki.mozilla.org/Auto-tools/Projects/MozBase#Running_the_tests running existent tests]
* git merge --squash feature
* git merge --squash feature
* git commit -m "Bug XYZ - Add new feature to MozBase. r=reviewer" --author="foo <foo@bar" -a
* git commit -m "Bug XYZ - Add new feature to MozBase. r=reviewer" --author="foo <foo@bar" -a
947

edits