gh
gh copied to clipboard
(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
Hi. Just trying out gh and realized many of the commands don't have much (if at all) descriptions ``` $ gh repo --help usage: gh [payload] [--flags] [--verbose] [--no-hooks] List...
Version: `gh 1.13.5` My first experience using `gh` was working with a repo that I recently renamed. In this scenario, github will respond with a `301` and include the new...
When branch is something like `pr-100` and the new pull number is different like `102`, the url that opens in the browser is wrong. Everything else works as expected except...
I love using this tool, but after a couple of months using it, I see that the number of my remote branches has increased a lot, and it seems difficult...
Optionally create a new issue if the title not found. At the moment it shows error.
It should be possible ``` gh is --number 2992 --label core ``` to add a label to an issue.
`gh pr 42 --fwd henvic --issue LPS-142857 --title 'LPS-142857 My awesome title` 😦 *Observed*: Newly created pull request inherits title from original pull request. 😁 *Desired*: Newly created pull request...
Hi there, I'd be happy to field a PR adding ability to add / remove collaborators to a repo: https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator Can you give me some pointers on how to best...
It would be great if we could automatically add labels to the pull requests. Example: `gh pr -s zsoltbalogh -b master -t "Staging PR test" --label staging --label priority` The...