Can you issue pull requests from the command line on GitHub?

UPDATE: The hub command is now an official github project and also supports creating pull requests ORIGINAL: Seems like a particularly useful thing to add to the hub command: http://github.com/defunkt/hub or the github gem: http://github.com/defunkt/github-gem I suggest filing an issue with those projects asking for it. The github guys are pretty responsive.

How do you attach a new pull request to an existing issue on github?

Adding a pull request to an existing upstream issue is easy assuming you forked using the normal github means. Simply reference the issue in your commit message using any of the supported keywords: close closes closed fix fixes fixed resolve resolves resolved For example: “this commit fixes #116” The text referencing the issue does not … Read more

Why is a git ‘pull request’ not called a ‘push request’?

If you have a code change in your repository, and want to move it to a target repository, then: “Push” is you forcing the changes being present in the target repository (git push). “Pull” is the target repository grabbing your changes to be present there (git pull from the other repo). A “pull request” is … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)