Quick question for the gang: What's the right way to handle experimental branches? I've got a batch of code that I'm not ready to send for review, but I'm getting on a plane tomorrow, and I don't want my laptop to have the only copy of the code. Is it kosher to push my branch to the main git repos? Or would it be better to set up a github clone, and push it there?
-Mark