hub
hub copied to clipboard
A command-line tool that makes git easier to use with GitHub.
**Command attempted:** Bash completion doesn't trigger for `git` and `hub` commands (e.g. `git p` doesn't suggest git subcommands but rather attempts a more general bash file/path completion) **What happened:** With...
**The problem I'm trying to solve:** I accidentally created a public repository by running `hub create my-org/my-repo`. **How I imagine hub could expose this functionality:** When running the command above,...
**The problem I'm trying to solve:** I want to promote a `Pre-release` release to `Latest release` (green). However, there are only switches for draft and pre-release types with Latest as...
```sh $ hub clone my-fork > origin: git://github.com/MYUSER/my-fork.git > upstream: git://github.com/OWNER/original-project.git $ hub clone --origin=upstream my-fork > upstream: git://github.com/MYUSER/my-fork.git > origin: git://github.com/OWNER/original-project.git ``` Ref. https://github.com/github/hub/issues/348 Fixes #811 /cc @apjanke
**The problem I'm trying to solve:** It is always preferred and good to have official release. Hereby, I request for it. We and our customer(for kubeflow testing) both are looking...
**Command attempted:** hub sync **What happened:** I'm using a forked repo. I've set the upstream to be the main repo. When I run `hub sync`, `git fetch orgin` is not...
The current approach to getting an OAuth token is suboptimal. A better approach would be to use `xdg-open` / `open` to direct the user to GitHub's site in their browser...
**The problem I'm trying to solve:** Since the snap is no longer recommended, it might make sense to simply combine the Debian and Ubuntu instructions, since Ubuntu is a Debian...
I would like to update the description of a pull request. Is this already implemented or can I make a feature request of this? See: https://developer.github.com/v3/pulls/#update-a-pull-request
The subcommand of form: ``` hub issue comment ``` that will allow to add comments to the `issueNo`