On Mon, 13 May 2013 23:33:32 +0100
Ricardo Pedroso <rmdpe...@gmail.com>
I may misunderstand the situation but it seems like you're asking
about the dev workflow. I will tell you what I did.
I forked the web2py master to my github
I cloned my github repo to my local workspace
I made changes to my local clone
I tested the changes locally
I pushed local changes to my github
I sent a pull request to the web2py master
I continue working on my local clone
push changes later, etc.
This is my interpretation of what you've said, is this right?
You create a topic branch and work there.
When done on the topic branch you rebase to your sync'd master
Then send a PR for the topic branch.