I would like to do the following with dulwich in an existing git repo:
- change a file
- commit
- push to a certain branch (not master)
I read the documentation and also this post on SO, but I don't get it. Can someone explain how to chose a specific branch to push to?
Thanks