Skip to content

Commit 44f9f30

Browse files
committed
IMPORTANT BLOCK
1 parent ac4925f commit 44f9f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

learn-pr/github/introduction-to-github/includes/2-what-is-github.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ Gists are a GitHub feature for sharing code snippets, notes, or small pieces of
152152
- Embedding code snippets in blogs, forums, or documentation.
153153

154154
#### Limitations of Gists
155-
- Gists are not entirely private, even if marked as secret. Anyone with the URL can access them, so they should not be used for sensitive or confidential information.
155+
> [!IMPORTANT]
156+
> Gists are not entirely private, even if marked as secret. Anyone with the URL can access them, so they should not be used for sensitive or confidential information.
156157
- They are best suited for small snippets or single files. For larger projects or multi-file structures, a full repository is more appropriate.
157158

158159
To learn more about how to create and manage gists, refer to the GitHub documentation in the Resources section of this module or visit the [GitHub Gists documentation](https://docs.github.com/en/github/writing-on-github/creating-gists).

0 commit comments

Comments
 (0)