Skip to content

Interesting Reading on Git, GitHub

Tobias Megies edited this page Sep 9, 2013 · 4 revisions
curl --user megies --request POST --data '{"issue": "2", "head": "megies:testbranch2", "base": "master"}' https://api.github.com/repos/megies/test/pulls
  - **issue**: number of the *already existing* normal issue
  - **head**: *repository/branch* that should be pulled in
  - **base**: branch that the pull request should be merged into (target repository specified in the url)