[Kmymoney-devel] GIT workflow query

Marko Käning mk-lists at email.de
Sun Nov 27 15:12:06 UTC 2011


Wow, now even post-review for RB works fine for me.

Following KDE's TechBase I inserted this into my ~/.gitconfig
---
[alias]
    post-review = !post-review --guess-summary --guess-description --username=kaning --parent=master --tracking-branch=origin/master --target-groups=kmymoney
---
which sets my username as well as the target group kmymoney.

Now, if I am on my own branch developing a patch for KMM, I can simply type
---
$ <DO WORK>
$ git commit -a
...
$ git post-review
---
and post-review will send the diffs and the configuration for a review request to KDE's review board, i.e. everything's set to go. Even guessing the description worked out fine.

Absolutely COOL!


More information about the KMyMoney-devel mailing list