Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
Pike edited this page Apr 29, 2011 · 22 revisions

Stas says this is good practice to get patches reviewed in bugzilla and then the comments addressed and the commit message fixed:

git commit
git show HEAD > patch.diff
# get review
git commit more
# when ready
git flow feature rebase -i <name>
git flow feature finish <name>
Clone this wiki locally