hub icon indicating copy to clipboard operation
hub copied to clipboard

A command-line tool that makes git easier to use with GitHub.

Results 149 hub issues
Sort by recently updated
recently updated
newest added

This implements the fix proposed by @ches here: https://github.com/github/hub/issues/2684#issuecomment-754664270 I've been running this in my local env for over a year without issue, but when installing `hub` on a new...

1. Create a brand new repository in GitHub with `.github/workflows/test.yml` file as follows: ```yml name: Test Action on: issue_comment: types: [created] jobs: test: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, 'test')...

Hi, I am trying to use with GitHub Enterprise, however it keeps asking for a username and password. We are using the CAS backend. Thanks!

feature

**Command attempted:** ``` hub pull-request --labels data-stream --base master --head ${branchName} -m "Automatic sync of documentation" ``` **What happened:** Label is applied in 2-3 seconds after PR is created **More...

bug

The main branch of a repository isn't "usually master" anymore, at least not on GitHub. https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/

**The problem I'm trying to solve:** I would love to list PRs by - labels - milestones I'm currently using hub 2.14.2, git 2.30.1. **How I imagine hub could expose...

feature

According to [this comment][ref], the usage of a password is currently broken but it is possible to pass an access token instead. This access token is then stored in the...

**The problem I'm trying to solve:** Is there a way to create a PR and tell GitHub to merge it as soon as checks are passed? ![image](https://user-images.githubusercontent.com/21138205/104021536-384b6280-51bf-11eb-8061-097ab0339810.png) I know this...

feature

**Command attempted:** `hub pull-request -b master -h test-branch --no-edit -m TEST -r myorg/myteam` **What happened:** ``` Error creating pull request: Unprocessable Entity (HTTP 422) You can't perform that action at...

bug
pull-request
more-info-needed