Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix duplicate wording ('allow you allow you') in GitHub CLI multi-acc…
…ount docs
  • Loading branch information
NA-V10 committed Nov 28, 2025
commit d2330b3c69b589b1068db624c20387d2052b3d60
2 changes: 1 addition & 1 deletion content/github-cli/github-cli/using-multiple-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The {% data variables.product.prodname_cli %} **can't automatically detect** you

* The {% data variables.product.prodname_cli %} will default to {% data variables.product.prodname_dotcom_the_website %}.
* You can set the `GH_HOST` environment variable to change the default target for these kinds of requests. See [gh environment](https://cli.github.com/manual/gh_help_environment) in the {% data variables.product.prodname_cli %} manual.
* Some commands allow you allow you to specify your target environment with the `--hostname` option, such as `gh api`, or pass the full URL for a repository, such as `gh pr view`.
* Some commands allow you to specify your target environment with the `--hostname` option, such as `gh api`, or pass the full URL for a repository, such as `gh pr view`.

## Can I use multiple accounts on the same platform?

Expand Down
Loading