I apologize for the stupid question, but I feel like I’ve really struck a rut with this one.
Currently, I’m hosting my app at PHPFog and to my knowledge they don’t allow pushing of any other branch aside from your master branch. My solution was to simply create another app/repo for development.
My question is how can I change my origin specifically on my development branch to push to a separate repo? Or is there a better way to do this entirely?
where
devis the name of your development branch.