1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

2.3 KiB

title, intro, redirect_from, versions, topics, shortTitle
title intro redirect_from versions topics shortTitle
Pinning items to your profile You can pin gists and repositories to your profile so other people can quickly see your best work.
/articles/pinning-repositories-to-your-profile/
/articles/pinning-items-to-your-profile
/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile
/github/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile
fpt ghes ghec
* * *
Profiles
Pin items

You can pin a public repository if you own the repository or you've made contributions to the repository. Commits to forks don't count as contributions, so you can't pin a fork that you don't own. For more information, see "Why are my contributions not showing up on my profile?"

You can pin any public gist you own.

Pinned items include important information about the item, like the number of stars a repository has received or the first few lines of a gist. Once you pin items to your profile, the "Pinned" section replaces the "Popular repositories" section on your profile.

You can reorder the items in the "Pinned" section. In the upper-right corner of a pin, click {% octicon "grabber" aria-label="The grabber symbol" %} and drag the pin to a new location.

{% data reusables.profile.access_profile %} 2. In the "Popular repositories" or "Pinned" section, click Customize your pins. Customize your pins button 3. To display a searchable list of items to pin, select "Repositories", "Gists", or both. Checkboxes to select the types of items to display 4. Optionally, to make it easier to find a specific item, in the filter field, type the name of a user, organization, repository, or gist. Filter items 5. Select a combination of up to six repositories and/or gists to display. Select items 6. Click Save pins. Save pins button

Further reading