Skip to content

Commit b72f008

Browse files
committed
Remove the emphasize tags and updated attributes style
1 parent 345f7bd commit b72f008

File tree

161 files changed

+777
-774
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+777
-774
lines changed

content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/troubleshooting-commits-on-your-timeline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Most often, the author date and commit date are the same but you may notice that
4242
You can use the `git show` command with the `--pretty=fuller` flag to check if the commit author date and commit date are different.
4343

4444
```shell
45-
$ git show <em>Your commit SHA number</em> --pretty=fuller
46-
commit <em>Your commit SHA number</em>
47-
Author: octocat <em>user email</em>
45+
$ git show YOUR_COMMIT_SHA_NUMBER --pretty=fuller
46+
commit YOUR_COMMIT_SHA_NUMBER
47+
Author: octocat USER_EMAIL
4848
AuthorDate: Tue Apr 03 02:02:30 2018 +0900
49-
Commit: Sally Johnson <em>user email</em>
49+
Commit: Sally Johnson USER_EMAIL
5050
CommitDate: Tue Apr 10 06:25:08 2018 +0900
5151
```
5252

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ During set up, you may have [set your username in Git](/github/getting-started-w
4646
```shell
4747
$ git config user.name
4848
# View the setting
49-
<em>YOUR_USERNAME</em>
49+
YOUR_USERNAME
5050
```
5151

5252
## Finding your username in the URL of remote repositories
@@ -60,11 +60,11 @@ If you have any local copies of personal repositories you have created or forked
6060
{% endtip %}
6161

6262
```shell
63-
$ cd <em>YOUR_REPOSITORY</em>
63+
$ cd YOUR_REPOSITORY
6464
# Change directories to the initialized Git repository
6565
$ git remote -v
66-
origin https://{% data variables.command_line.codeblock %}/<em>YOUR_USERNAME</em>/<em>YOUR_REPOSITORY</em>.git (fetch)
67-
origin https://{% data variables.command_line.codeblock %}/<em>YOUR_USERNAME</em>/<em>YOUR_REPOSITORY</em>.git (push)
66+
origin https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_REPOSITORY.git (fetch)
67+
origin https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_REPOSITORY.git (push)
6868
```
6969

7070
Your user name is what immediately follows the `https://{% data variables.command_line.backticks %}/`.

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To ensure that commits are attributed to you and appear in your contributions gr
5151

5252
{% note %}
5353

54-
**Note:** If you created your account on {% data variables.product.product_location %} _after_ July 18, 2017, your `noreply` email address for {% data variables.product.product_name %} is a seven-digit ID number and your username in the form of <code><em>ID+username</em>@users.noreply.github.com</code>. If you created your account on {% data variables.product.product_location %} _prior to_ July 18, 2017, your `noreply` email address from {% data variables.product.product_name %} is <code><em>username</em>@users.noreply.github.com</code>. You can get an ID-based `noreply` email address for {% data variables.product.product_name %} by selecting (or deselecting and reselecting) **Keep my email address private** in your email settings.
54+
**Note:** If you created your account on {% data variables.product.product_location %} _after_ July 18, 2017, your `noreply` email address for {% data variables.product.product_name %} is a seven-digit ID number and your username in the form of <code>[email protected]</code>. If you created your account on {% data variables.product.product_location %} _prior to_ July 18, 2017, your `noreply` email address from {% data variables.product.product_name %} is <code>[email protected]</code>. You can get an ID-based `noreply` email address for {% data variables.product.product_name %} by selecting (or deselecting and reselecting) **Keep my email address private** in your email settings.
5555

5656
{% endnote %}
5757

@@ -76,7 +76,7 @@ You can use the `git config` command to change the email address you associate w
7676
{% data reusables.command_line.open_the_multi_os_terminal %}
7777
2. {% data reusables.user-settings.set_your_email_address_in_git %}
7878
```shell
79-
$ git config --global user.email "<em>[email protected]</em>"
79+
$ git config --global user.email "YOUR_EMAIL"
8080
```
8181
3. {% data reusables.user-settings.confirm_git_email_address_correct %}
8282
```shell
@@ -95,7 +95,7 @@ You can change the email address associated with commits you make in a single re
9595
2. Change the current working directory to the local repository where you want to configure the email address that you associate with your Git commits.
9696
3. {% data reusables.user-settings.set_your_email_address_in_git %}
9797
```shell
98-
$ git config user.email "<em>[email protected]</em>"
98+
$ git config user.email "YOUR_EMAIL"
9999
```
100100
4. {% data reusables.user-settings.confirm_git_email_address_correct %}
101101
```shell

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/best-practices-for-leaving-your-company.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ If you've been collaborating professionally with another person on repositories
3939
- Delete local copies of your forks that may exist on your computer:
4040

4141
```shell
42-
$ rm -rf <em>work_directory</em>
42+
$ rm -rf WORK_DIRECTORY
4343
```

content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Create secrets in your repository or organization for the following items:
4949
- Use the following command to convert your certificate to Base64 and copy it to your clipboard:
5050

5151
```shell
52-
base64 <em>build_certificate</em>.p12 | pbcopy
52+
base64 BUILD_CERTIFICATE.p12 | pbcopy
5353
```
5454
* The password for your Apple signing certificate.
5555
- In this example, the secret is named `P12_PASSWORD`.
@@ -63,7 +63,7 @@ Create secrets in your repository or organization for the following items:
6363
- Use the following command to convert your provisioning profile to Base64 and copy it to your clipboard:
6464

6565
```shell
66-
base64 <em>provisioning_profile.mobileprovision</em> | pbcopy
66+
base64 provisioning_profile.mobileprovision | pbcopy
6767
```
6868

6969
* A keychain password.

content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ By default, self-hosted runners will automatically perform a software update whe
6363
To turn off automatic software updates and install software updates yourself, specify the `--disableupdate` flag when registering your runner using `config.sh`. For example:
6464

6565
```shell
66-
./config.sh --url <em>https://github.com/octo-org</em> --token <em>example-token</em> --disableupdate
66+
./config.sh --url https://github.com/octo-org --token EXAMPLE-TOKEN --disableupdate
6767
```
6868

6969
If you disable automatic updates, you must still update your runner version regularly. New functionality in {% data variables.product.prodname_actions %} requires changes in both the {% data variables.product.prodname_actions %} service _and_ the runner software. The runner may not be able to correctly process jobs that take advantage of new features in {% data variables.product.prodname_actions %} without a software update.

content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can manage the runner service in the Windows **Services** application, or yo
7777
1. Alternatively, the command takes an optional `user` argument to install the service as a different user.
7878

7979
```shell
80-
./svc.sh install <em>USERNAME</em>
80+
./svc.sh install USERNAME
8181
```
8282

8383
{% endlinux %}

content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For example:
5858
{% windows %}
5959

6060
```shell
61-
run.cmd --check --url <em>https://github.com/octo-org/octo-repo</em> --pat <em>ghp_abcd1234</em>
61+
run.cmd --check --url https://github.com/octo-org/octo-repo --pat gcp_abcd1234
6262
```
6363

6464
{% endwindows %}
@@ -78,7 +78,7 @@ To disable TLS certification verification in the self-hosted runner application,
7878

7979
```shell
8080
export GITHUB_ACTIONS_RUNNER_TLS_NO_VERIFY=1
81-
./config.sh --url <em>https://github.com/octo-org/octo-repo</em> --token
81+
./config.sh --url https://github.com/octo-org/octo-repo --token
8282
./run.sh
8383
```
8484

content/actions/managing-workflow-runs/disabling-and-enabling-a-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The disabled workflow is marked {% octicon "stop" aria-label="The stop icon" %}
5353
To disable a workflow, use the `workflow disable` subcommand. Replace `workflow` with either the name, ID, or file name of the workflow you want to disable. For example, `"Link Checker"`, `1234567`, or `"link-check-test.yml"`. If you don't specify a workflow, {% data variables.product.prodname_cli %} returns an interactive menu for you to choose a workflow.
5454

5555
```shell
56-
gh workflow disable <em>workflow</em>
56+
gh workflow disable WORKFLOW
5757
```
5858

5959
{% endcli %}
@@ -78,7 +78,7 @@ You can re-enable a workflow that was previously disabled.
7878
To enable a workflow, use the `workflow enable` subcommand. Replace `workflow` with either the name, ID, or file name of the workflow you want to enable. For example, `"Link Checker"`, `1234567`, or `"link-check-test.yml"`. If you don't specify a workflow, {% data variables.product.prodname_cli %} returns an interactive menu for you to choose a workflow.
7979

8080
```shell
81-
gh workflow enable <em>workflow</em>
81+
gh workflow enable WORKFLOW
8282
```
8383

8484
{% endcli %}

content/actions/managing-workflow-runs/downloading-workflow-artifacts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@ By default, {% data variables.product.product_name %} stores build logs and arti
3838
To download all artifacts generated by a workflow run, use the `run download` subcommand. Replace `run-id` with the ID of the run that you want to download artifacts from. If you don't specify a `run-id`, {% data variables.product.prodname_cli %} returns an interactive menu for you to choose a recent run.
3939

4040
```shell
41-
gh run download <em>run-id</em>
41+
gh run download RUN_ID
4242
```
4343

4444
To download a specific artifact from a run, use the `run download` subcommand. Replace `run-id` with the ID of the run that you want to download artifacts from. Replace `artifact-name` with the name of the artifact that you want to download.
4545

4646
```shell
47-
gh run download <em>run-id</em> -n <em>artifact-name</em>
47+
gh run download RUN_ID -n ARTIFACT_NAME
4848
```
4949

5050
You can specify more than one artifact.
5151

5252
```shell
53-
gh run download <em>run-id</em> -n <em>artifact-name-1</em> -n <em>artifact-name-2</em>
53+
gh run download RUN_ID> -n ARTIFACT_NAME-1 -n ARTIFACT_NAME-2
5454
```
5555

5656
To download specific artifacts across all runs in a repository, use the `run download` subcommand.
5757

5858
```shell
59-
gh run download -n <em>artifact-name-1</em> -n <em>artifact-name-2</em>
59+
gh run download -n ARTIFACT_NAME-1 ARTIFACT_NAME-2
6060
```
6161

6262
{% endcli %}

0 commit comments

Comments
 (0)