hub
hub copied to clipboard
A command-line tool that makes git easier to use with GitHub.
I created a new token on github with all permissions required, but I was not able to tell hub to actually use that token. The documentation about the tokens is...
I'd love to have a hook that fires after the successful creation of a pull request. My use case: setting a per-branch config variable `prbranch=
**The problem I'm trying to solve:** For automation, I don't know why hub failed, so I can't take an appropriate action. (Ex: https://github.com/repo-sync/pull-request/issues/60) When creating a pull request fails, it...
This enables dynamic loading of `hub` completions. It might also make sense to move the file so that it "just works" with `stow`: ```sh 13:39 jean@X1:~/.local/stow/hub-linux-amd64-2.14.2$ mkdir -p share/bash-completion/completions 13:39...
I'm not sure if it's just my environment, but I cannot make bash completion working for `hub` in Fedora23. I have actually noticed that I had to put ``` bash...
I apologize if this is not the correct vector to inquire about this, but I don't think stack overflow would suffice here. With the recent announcement of the new [GitHub...
For features like `pr checkout` Hub relies on you having an `upstream` remote setup. This is often the case but if you set up a repo locally using hub you...
hub 2.2.2 on OS X complains "Unauthorized (HTTP 401)" and "Bad credentials" when I try to check out a pull request. I have not used `hub` before. My credentials work...
All I really use hub for is pulling down my own repos. As a result, I've never been prompted for my username/password to connect to the API, so I'm always...
Sorry in advance if this has been answered somewhere else, but I couldn't find an answer in the README or the existing issues. When I run `hub sync` I often...