gh
gh copied to clipboard
(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
A proposal for a `gh re -N` command that takes the current directory and commits that (and it's contents), without creating a new folder. Story: I was working on a...
PS: We better improve the merge done by [configs.writeGlobalConfig)](https://github.com/node-gh/gh/blob/f2302d09bcc5ee804641e308879150a0ab039db2/lib/configs.js#L137-L157) before doing so and check everywhere it's being used.
[hook] gh jira LPS-56739 --assignee natecavanaugh --submittedLink https://github.com/natecavanaugh/liferay-portal/pull/3327 --t... ? LPS-56739 Setting the Start parameter in Numbered List Properties does not work: Assign to nathan.cavanaugh Assigning issue to nathan.cavanaugh fatal:...
I would expect gh pr 1 to make a branch which would allow git pull to run. Instead you get: ``` There is no tracking information for the current branch....
i.e., `gh pr --open --number 21 --number 1` Number is an interative value of the gh pull-request command. The hook structure is broken and gh will crash because the `afterHooksCallback`...
I think could be useful if was possible to see the comments of a issue. This functionality can be avaliable only for a especific issue using a option flag to...
I think a real nice feature would be adding support for Mac OS X's [Notification Center](https://support.apple.com/kb/ht5362) for `nt --watch` to send notifications to. Maybe add an implementation that uses [node-notifier](https://www.npmjs.org/package/node-notifier)...
It would be nice if one could do something like `gh repo --new test --new test1 --new test2` and have all 3 repositories created at once. Obviously this could be...
It would be nice if we could simply pass in the `user/repo` instead of `-u user -f repo`.