heroku using git branch is confusing!

Posted by Stacia on Stack Overflow See other posts from Stack Overflow or by Stacia
Published on 2009-12-01T00:59:02Z Indexed on 2010/04/01 3:23 UTC
Read the original article Hit count: 353

Filed under:
|
|
|
|

Ok, so I have a big github project that i'm not supposed to merge my little Stacia branch into. However, it seems like Heroku only takes pushing MASTER seriously. It looks like I pushed my branch, but for example if I only have my branch, it even acts like there's no code on the server. I can't even get my gems installed since the .gems file is on my branch.

Basically I don't even want Heroku to know there's a master. I just want to use my test Stacia branch. But it keeps ignoring my local branch. Is there a way to do this? And again, I don't want to overwrite anything on the main Github repository (eeek!) but it would be ok probably if I had both master and my branch on heroku and merged them there.

I am a total git novice (on windows no less) so please bear with me.

© Stack Overflow or respective owner

Related posts about git

Related posts about github