8000 Tags · Ameausoone/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Ameausoone/cli

Tags

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#5019 from k-jun/fix/release-discussion-category

fix(release): discussion category with assets

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable repo override for `repo deploy-key delete` (cli#5152)

v9.9.9-test

Toggle v9.9.9-test's commit message
Remove prerelease metadata from ProductVersion

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#4942 from cli/repo-sync-merge-upstream

repo sync: Use the new merge-upstream API if available

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `auth setup-git` for setting up gh as a git credential helper (cl…

…i#4246)

Adds a new command `gh auth setup-git [<hostname>]` that sets up git to
use the GitHub CLI as a credential helper.

The gist is that it runs these two git commands for each hostname the
user is authenticated with.

```
git config --global --replace-all 'credential.https://github.com.helper' ''
git config --global --add 'credential.https://github.com.helper' '!gh auth git-credential'
```

If a hostname flag is given, it'll setup GH CLI as a credential helper
for only that hostname.

If the user is not authenticated with any git hostnames, or the user is
not authenticated with the hostname given as a flag, it'll print an
error.

Co-authored-by: Mislav Marohnić <mislav@github.com>

v2.2.0

Toggle v2.2.0's commit message
Mark `codespace` a core command

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#4279 from SiarheiFedartsou/sf-pr-list-head-filter

Add `--head` filter to `gh pr list`

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add helper template functions for rendering tables (cli#3519)

Co-authored-by: Mislav Marohnić <mislav@github.com>

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#4087 from cli/graphql-error-fix

Fix unmarshalling GraphQL error type

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'trunk' into revert-3926-update-goreleaser-20210630

0