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ț
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel