Skip to content

Commit 075facb

Browse files
authored
Merge pull request #4419 from kwinkunks/patch-1
Clearer instructions
2 parents e443d87 + acc7698 commit 075facb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/github/writing-on-github/creating-gists.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If your site administrator has disabled private mode, you can also use anonymous
3333
You'll receive a notification when:
3434
- You are the author of a gist.
3535
- Someone mentions you in a gist.
36-
- You subscribe to a gist, by clicking **Subscribe** at the top any gist.
36+
- You subscribe to a gist, by clicking **Subscribe** at the top of any gist.
3737

3838
{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
3939

@@ -55,13 +55,15 @@ Gist supports mapping GeoJSON files. These maps are displayed in embedded gists,
5555

5656
### Creating a gist
5757

58-
You can also drag and drop a text file from your desktop directly into the gist editor.
58+
Follow the steps below to create a gist.
5959

6060
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" or currentVersion == "github-ae@latest" %}
6161
{% note %}
6262

6363
You can also create a gist using the {% data variables.product.prodname_cli %}. For more information, see "[`gh gist create`](https://cli.github.com/manual/gh_gist_create)" in the {% data variables.product.prodname_cli %} documentation.
6464

65+
Alternatively, you can drag and drop a text file from your desktop directly into the editor.
66+
6567
{% endnote %}
6668
{% endif %}
6769

@@ -70,7 +72,7 @@ You can also create a gist using the {% data variables.product.prodname_cli %}.
7072
3. Type an optional description and name for your gist.
7173
![Gist name description](/assets/images/help/gist/gist_name_description.png)
7274

73-
4. Type the text of your gist into the gist text box.
75+
4. Type the text of your gist into the gist text box.
7476
![Gist text box](/assets/images/help/gist/gist_text_box.png)
7577

7678
5. Optionally, to create {% if currentVersion == "github-ae@latest" %}an internal{% else %}a public{% endif %} gist, click {% octicon "triangle-down" aria-label="The downwards triangle icon" %}, then click **Create {% if currentVersion == "github-ae@latest" %}internal{% else %}public{% endif %} gist**.

0 commit comments

Comments
 (0)