[Kmymoney-devel] Reviewboard workflow
Cristian Oneț
onet.cristian at gmail.com
Sun Sep 29 11:54:56 UTC 2013
Hi,
I would like to share the following workflow which makes posting review request
easier (I posted the full workflow considering that I work on
'improve_something'):
1. (master) $git up
2. (master) $git branch improve_something
3. git co improve_something
4. Change code/build/test
5. (improve_something) $git ci
6. git post-review
7. (improve_something) $git ci --amend
8. Add the REVIEW: id to the commit message
9. After the commit has been reviewed
10. (master) $git up
11. (master) $git co improve_something
12. (improve_something) $git rebase master
13. (improve_something) $git co master
14. (master) $git merge improve_something
15. (master) $git format-patch origin/master --stdout (last check before push)
16. (master) $git push
17. (master) $git branch -D improve_something
I have the following aliases in ~/.gitconfig
[alias]
ci = commit
up = pull --rebase
co = checkout
post-review = !post-review
--
Regards,
Cristian Oneț
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kmymoney-devel/attachments/20130929/6c10c4a7/attachment.sig>
More information about the KMyMoney-devel
mailing list