Skip to content

Interesting Reading on Git, GitHub

megies edited this page Nov 3, 2012 · 2 revisions
curl --user megies --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)