message no. 42389
Posted by p4trix in #github at 2014-08-25T08:55:46Z
Hello, I have following usecase: A webApp with 2 branches. 1 for development and the master branch. I want to test stuff in the develop branch locally and then merge it into the master branch. But I want to do this not changing the config file. What would be the right way to do this? :)