1
0
mirror of synced 2026-01-13 09:03:58 -05:00

Fix commonmark issues in data reusables (#37424)

This commit is contained in:
Rachael Sewell
2023-06-05 12:16:36 -07:00
committed by GitHub
parent 14c365cd55
commit ab9ec27502
119 changed files with 842 additions and 842 deletions

View File

@@ -22,15 +22,15 @@ shortTitle: Quickstart
1. [Install](https://github.com/cli/cli#installation) {% data variables.product.prodname_cli %} on macOS, Windows, or Linux.
1. In the command line, authenticate to {% data variables.product.company_short %}.{% ifversion not fpt or ghec %} Replace `HOSTNAME` with the name of {% data variables.location.product_location %}. For example, `octo-inc.ghe.com`.{% endif %}
{% ifversion fpt or ghec %}
```shell
gh auth login
```
{% else %}
```shell
gh auth login --hostname HOSTNAME
```
{% endif %}
{% ifversion fpt or ghec %}
```shell
gh auth login
```
{% else %}
```shell
gh auth login --hostname HOSTNAME
```
{% endif %}
1. Start working with {% data variables.product.company_short %} in the command line. For example, find an issue to work on with `gh issue status` or `gh issue list --assignee @me`. Create a pull request with `gh pr create`. Review a pull request with `gh pr checkout`, `gh pr diff` and `gh pr review`.
## Next steps