hub
hub copied to clipboard
A command-line tool that makes git easier to use with GitHub.
**Command attempted:** git pr list **What happened:** 1. First I'm asked for my username and password, although git is configured (can pull and push with no trouble). That's new. But...
**The problem I'm trying to solve:** I'd like to be able to use hub to refresh the artifacts for some existing release. This is especially useful in CI, I'd like...
I was creating a pull request for Ansible by running hub pull-request. It downloaded Ansible's PULL_REQUEST_TEMPLATE.md very helpfully and spawned Vim for me. I remembered about issue #1377 and decide...
This new command writes the default user from hub config to stdout with a trailing newline. For example, if you are me you get: ``` sh $ hub user sbp...
This adds a git configuration option to set the default GitHub host. We are deploying GitHub Enterprise, and our developers will use our GitHub Enterprise server the _vast_ majority of...
Inspired by "git commit --reuse-message", it might be useful to use particular commit message when opening new pull request. Introduced flag also respects pull request template if it is defined...
This PR adds a `--no-assignee` flag to issue command to allow fetching unassigned issues. ### Example usage ``` hub issue --no-assignee ```
I know that hub works with 2FA for hub fork, hub pull-request but I'd like to use hub pull / push and be promoted for 2FA. AIUI, hub pull /...
This makes `hub pr` equivalent to `hub pr list`, and adds the subcomand `hub {issue,release} list` as an alias to `hub {issue,release}` Let me know if you think this is...