On 5/24/11 2:37 PM, Andrej Mitrovic wrote:
Which branch am I supposed to work on if I want to create a pull request? master, devel or something else?
master, then create a feature branch for your pull request (»git checkout -b spiffy-new-feature«).
David