Skip to content

Commit af26fc9

Browse files
patrick-knightCopilotsophietheking
authored
Repos dashboard public preview docs (#57830)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Sophie <[email protected]>
1 parent d238799 commit af26fc9

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

content/repositories/creating-and-managing-repositories/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ children:
2727
- /transferring-a-repository
2828
- /deleting-a-repository
2929
- /restoring-a-deleted-repository
30+
- /viewing-all-your-repositories
3031
shortTitle: Create & manage repositories
3132
---
3233

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Viewing all repositories
3+
intro: 'The repository dashboard lists the repositories you''ve created as well as where you''ve made contributions. You can use search and filters to find the right repositories and create saved views.'
4+
allowTitleToDifferFromFilename: true
5+
versions:
6+
fpt: '*'
7+
ghec: '*'
8+
ghes: '>=3.22'
9+
topics:
10+
- Repositories
11+
shortTitle: View all repositories
12+
type: how_to
13+
---
14+
15+
## Viewing repositories
16+
17+
Your repository dashboard is available at the top of any page. On the dashboard, you can see repositories by `My contributions`, `My repositories`, and `My forks`.
18+
19+
1. At the top of any page, click **{% octicon "repo" aria-hidden="true" aria-label="repo" %}** to see your repositories.
20+
21+
1. Optionally, choose a filter or use the search bar to filter for more specific results. Refine your search using filters like `visibility`, `language`, `organization`, and more. Sort by relevance to intelligently surface the repositories you're most active in.
22+
23+
{% ifversion issues-saved-views %}
24+
25+
## Tracking repositories with saved views
26+
27+
To help you better monitor and find repositories across multiple organizations, you can create saved views on the repository dashboard.
28+
29+
You can create up to 25 saved views.
30+
31+
### Create a saved view
32+
33+
1. At the top of any page, click **{% octicon "repo" aria-hidden="true" aria-label="repo" %}** to see your repositories.
34+
1. On the left sidebar, under "Views", click **{% octicon "plus" aria-label="Create view" %}**.
35+
1. Add a title, description, and custom icon for your view.
36+
1. Under "Query", build your search query using the advanced filters. For help using filters, see [AUTOTITLE](/search-github/searching-on-github/searching-for-repositories).
37+
> [!TIP] Use the `organization:<slug>` filter followed by `props.key:value` to find repositories by organization custom properties.
38+
1. Click **Save view**.
39+
40+
### Edit, duplicate, or delete a saved view
41+
42+
1. At the top of any page, click **{% octicon "repo" aria-hidden="true" aria-label="repo" %}** to see your repositories.
43+
1. On the left sidebar, under "Views", click the saved view you want to edit, duplicate or delete.
44+
1. To the right of the name of the saved view, click **{% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}**.
45+
1. Click **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit** to modify the view, **{% octicon "duplicate" aria-hidden="true" aria-label="duplicate" %} Duplicate** to create a copy of the view, or **{% octicon "trash" aria-hidden="true" aria-label="trash" %} Delete** to remove the view.
46+
47+
{% endif %}

0 commit comments

Comments
 (0)