Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
It seems like you have to interact with github.com to initiate a pull request. Is thi开发者_如何学编程s so?UPDATE: The hub command is now an official github project and also supports creating pull req
I created a new local Git repository: ~$ mkdir projectname ~$ cd projectname ~$ git init ~$ touch file1 ~$ git add file1