Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.62 KB

File metadata and controls

38 lines (26 loc) · 1.62 KB
title Saving gists with stars
intro You can star gists to keep track of projects you find interesting.
versions
fpt ghes ghec
*
*
*
category
Share and reuse content

Starring a gist

You can star a gist to add it to the "Starred" page. Starring makes it easy to find a gist again later.

  1. Navigate to {% data variables.gists.discover_url %} and select the gist you want to star.

  2. To star the gist, click {% octicon "star" aria-hidden="true" aria-label="star" %} Star in the top-right corner of the page.

    Screenshot of the gist bar with the "Star" option highlighted with a dark orange outline.

  3. Optionally, to unstar a previously starred gist, click {% octicon "star-fill" aria-hidden="true" aria-label="star-fill" %} Unstar. This will remove the gist from your starred list.

Viewing your starred gists

Starring makes it easy to find a gist again later. You can see all the gists you've starred by navigating to {% data variables.gists.gist_user_starred %}.

Alternatively, follow the steps in the procedure.

  1. Navigate to your {% data variables.gists.gist_homepage %}.

  2. In the top right corner, click your profile picture.

  3. From the dropdown menu, select Starred gists.

    Screenshot of a user's account menu. The menu item "Starred gists" is outlined in dark orange.

You can see all recently starred gists from other users by going to the {% data variables.gists.gist_starred %}.

Further reading