forked from obspy/obspy
-
Notifications
You must be signed in to change notification settings - Fork 0
Interesting Reading on Git, GitHub
megies edited this page Nov 3, 2012
·
2 revisions
- github development workflow
- convert existing issue into a pull request
- can be done using defunkt/hub
- or via a simple POST command, e.g. using
curl
:
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)
- interaction with svn