forked from obspy/obspy
-
Notifications
You must be signed in to change notification settings - Fork 0
Interesting Reading on Git, GitHub
Tobias Megies edited this page Sep 9, 2013
·
4 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 --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)
- interaction with svn