Joined April 2014
·

Mathias Leppich

Hamburg (Germany)
·
·
·

@thorsummoner of course you don't need to use hub. instead you can talk straight with the github API, (which will prompt for password authentication):

curl --user "johndoe" \
       --request POST \
       --data '{"issue": "123", "head": "defunkt:feature/awesomeness", "base": "defunkt:develop"}' \
       https://api.github.com/repos/defunkt/hub/pulls

See: http://stackoverflow.com/a/4529172/450383

Achievements
68 Karma
1,273 Total ProTip Views
Interests & Skills