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/get-started/exploring-projects-on-github/saving-repositories-with-stars.md
+18-25
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ Starring a repository is a simple two-step process.
36
36
37
37
{% data reusables.repositories.navigate-to-repo %}
38
38
1. In the top-right corner of the page, click **Star**.
39
-

40
-
1. Optionally, to unstar a previously starred repository, click **Unstar**.
41
-

39
+

40
+
1. Optionally, to unstar a previously starred repository, click **Starred**. This will remove the repository from your starred list.
41
+

42
42
43
43
{% ifversion fpt or ghec %}
44
44
@@ -61,53 +61,49 @@ To view everyone who has starred a repository, add `/stargazers` to the end of t
61
61
62
62
Curate repositories that you've starred with public lists. You can create public lists that appear on your stars page at `https://github.com/USERNAME?tab=stars`.
63
63
64
-
If you add a private repository to a list, then the private repository will only appear in your list for people with `read` access to the repository.
64
+

65
65
66
-

66
+
If you add a private repository to a list, then the private repository will only appear in your list for people with `read` access to the repository.
67
67
68
68
You can add a repository to an existing or new list wherever you see a repository's **Star** or **Starred** dropdown menu, whether on a repository page or in a list of starred repositories.
69
69
70
-

70
+

71
71
72
-

73
72
74
73
### Creating a list
75
74
76
75
{% data reusables.stars.stars-page-navigation %}
77
76
2. Next to "Lists", click **Create list**.
78
-

79
77
3. Enter a name and description for your list and click **Create**.
80
-

81
78
82
79
### Adding a repository to a list
83
80
84
81
{% data reusables.stars.stars-page-navigation %}
85
-
2. Find the repository you want to add to your list.
86
-

82
+
2. Find the repository you want to add to your list by typing it into the search bar.
87
83
3. Next to the repository you want to add, use the **Starred** dropdown menu and select your list.
88
-

84
+

89
85
90
86
### Removing a repository from your list
91
87
92
88
{% data reusables.stars.stars-page-navigation %}
93
89
2. Select your list.
94
-
3. Next to the repository you want to remove, use the **Starred**dropdown menu and deselect your list.
95
-

90
+
3. Next to the repository you want to remove, use the **Starred**drop-down menu and deselect your list.
91
+

96
92
97
93
### Editing a list name or description
98
94
99
95
{% data reusables.stars.stars-page-navigation %}
100
96
1. Select the list you want to edit.
101
97
2. Click **Edit list**.
102
98
3. Update the name or description and click **Save list**.
103
-

99
+

104
100
105
101
### Deleting a list
106
102
107
103
{% data reusables.stars.stars-page-navigation %}
108
104
2. Select the list you want to delete.
109
105
3. Click **Delete list**.
110
-

106
+

111
107
4. To confirm, click **Delete**.
112
108
113
109
{% endif %}
@@ -116,23 +112,20 @@ You can add a repository to an existing or new list wherever you see a repositor
116
112
117
113
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
118
114
119
-
1. Go to your {% data variables.explore.your_stars_page %}.
115
+
{% data reusables.stars.stars-page-navigation %}
120
116
1. Use the search bar to find your starred repositories or topics by their name.
121
-

122
117
123
118
The search bar only searches based on the name of a repository or topic, and not on any other qualifiers (such as the size of the repository or when it was last updated).
124
119
125
120
## Sorting and filtering stars on your stars page
126
121
127
122
You can use sorting or filtering to customize how you see starred repositories and topics on your stars page.
128
123
129
-
1. Go to your {% data variables.explore.your_stars_page %}.
130
-
1. To sort stars, select the **Sort** drop-down menu, then select **Recently starred**, **Recently active**, or **Most stars**.
0 commit comments