Skip to content

Tags: castrojo/cli

Tags

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ć <[email protected]>

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ć <[email protected]>

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

v1.13.0

Toggle v1.13.0's commit message
Fix goreleaser config for linux packages

v1.12.1

Toggle v1.12.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#3924 from cli/rest-org-repo-bug

fix repo create in org with license/ignore

v1.12.0

Toggle v1.12.0's commit message
pin goreleaser version