Open lightsofapollo opened 12 years ago
Will submit a PR in the next week or so. Issue do I don't forget...
that's a great idea, thanks James
OK how does this sound:
This should keep the _master is a completely clean slate at all times as we don't run any operatons on it just use it as a cache so we don't need to re-clone the repo each time.
If this sounds good I will go ahead and start on the PR.
hi James, that sounds good.
would you mind testing that in production for a few days/weeks before we merge the PR? (ironically we don't have a test bot for Botio... :))
On Thu, May 31, 2012 at 5:50 PM, James Lal reply@reply.github.com wrote:
OK how does this sound:
- new directory private/_master
- when we create the private/rev update private/_master (git pull origin master)
- cp private/_master to create private/$REV
- add remote, merge PR branch
- biz as usual
This should keep the _master is a completely clean slate at all times as we don't run any operatons on it just use it as a cache so we don't need to re-clone the repo each time.
If this sounds good I will go ahead and start on the PR.
Reply to this email directly or view it on GitHub: https://github.com/arturadib/botio/issues/1#issuecomment-6048520
Yeah sounds good. I will work on a test environment as well.
For b2g/gaia we have a large repo. Would be nice to have an option to cache the main repo then do a git reset --hard && git clean && git pull origin master before merging PR branch into it.