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

**The problem I'm trying to solve:** Add support to stream output from Github Actions **How I imagine hub could expose this functionality:** `hub actions logs -f `

feature

When `hub` is added as wrapper for git by setting an alias, the necessary changes are made in `~/.zshrc`: https://github.com/github/hub/blob/e50cc02b1d4085928ef35302c3853f7be6d0923f/commands/alias.go#L85-L86 However, the location of `.zshrc` is not always `~/.zshrc`. The...

bug

**Command attempted:** ``` $ go get -u github.com/github/hub/md2roff-bin ``` **What happened:** ``` $ go get -u github.com/github/hub/md2roff-bin # github.com/github/hub/md2roff /go/src/github.com/github/hub/md2roff/renderer.go:16:21: undefined: blackfriday.NoIntraEmphasis /go/src/github.com/github/hub/md2roff/renderer.go:17:3: undefined: blackfriday.FencedCode /go/src/github.com/github/hub/md2roff/renderer.go:18:3: undefined: blackfriday.SpaceHeadings /go/src/github.com/github/hub/md2roff/renderer.go:19:3: undefined:...

bug

This is my thought on a possible solution to https://github.com/github/hub/issues/1359. It provides a `--delete-all` option to the sync command that will attempt to delete all branches that were deleted on...

feature

**The problem I'm trying to solve:** I want a shareable link of a specific file or line range to be shared with my team mates for easy references Use cases:...

feature

**Command attempted:** Ran `hub pull-request` to create a new PR in a repository belonging to a specific organization. **What happened:** Did not fetch the organization-wide `PULL_REQUEST_TEMPLATE.md` from repo named `.github`...

feature
pull-request

**Command attempted:** `hub -C local_dir pr checkout 1` **What happened:** ~~~ fatal: not a git repository (or any of the parent directories): .git ~~~ **More info:** ~~~ $ hub version...

bug

Hello, I am experiencing the following problem: **Command attempted:** `hub merge https://github.com/orga_name/project_name/pull2323` **What happened:** `Error getting pull request: Not Found (HTTP 404) Not Found` Though the PR does exist **More...

bug
more-info-needed

**Command attempted:** hub create -p example-organization/example-repo **What happened:** Just it creates user repo not organization repo **More info:** ``` hub version=2.14.2 env=Github Action CI(runs-on: ubuntu-20.04) ``` Through github action about...

bug

Fixes #2193 - Add check status for pull requests list on the command of `hub pr list` - Add `query.go` for constructing the particular GraphQL query using `graphb`. - Screenshot...