+ [2014-08-25T22:58:46Z] VxJasonxV I think repo is sufficient (and on by default)
+ [2014-08-25T23:03:24Z] sysadmin75 I got it. It's in base64 encoding but I got it
+ [2014-08-25T23:03:42Z] sysadmin75 I addeded /contents/ after the repo name.
+ [2014-08-25T23:04:37Z] sysadmin75 well, this method isn't the best way. It's not the raw file. Its json I believe and will have to be parsed.
+ [2014-08-25T23:09:55Z] sysadmin75 VxJasonxV: thanks for your help. It was quitting time an hour ago. I'm done for today. I'll tackle it more tomorrow and maybe open an issue about it.

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? :)
+ [2014-08-26T00:57:16Z] mozzarella when you make a pull request, can you pull multiple commits, or should you group them into one?
+ [2014-08-26T00:58:25Z] mybigfriendjo sry for the generic answer but - depends on your needs