You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/github/writing-on-github/creating-gists.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ If your site administrator has disabled private mode, you can also use anonymous
33
33
You'll receive a notification when:
34
34
- You are the author of a gist.
35
35
- 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.
37
37
38
38
{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
39
39
@@ -55,13 +55,15 @@ Gist supports mapping GeoJSON files. These maps are displayed in embedded gists,
55
55
56
56
### Creating a gist
57
57
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.
59
59
60
60
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" or currentVersion == "github-ae@latest" %}
61
61
{% note %}
62
62
63
63
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.
64
64
65
+
Alternatively, you can drag and drop a text file from your desktop directly into the editor.
66
+
65
67
{% endnote %}
66
68
{% endif %}
67
69
@@ -70,7 +72,7 @@ You can also create a gist using the {% data variables.product.prodname_cli %}.
70
72
3. Type an optional description and name for your gist.
71
73

72
74
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.
74
76

75
77
76
78
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