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: hub/package-manager/package/repository.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,13 @@ The `PackageIdentifier` and the `PackageVersion` values in the manifest must mat
83
83
84
84
Thus to set up sparse checkout for all manifests of a publisher, you'd type:
85
85
86
-
a. If you are using Git version 2.37.0 or newer, run the following command to set up sparse checkout for your folder.
86
+
* If you are using Git version 2.37.0 or newer, run the following command to set up sparse checkout for your folder.
87
87
88
88
```powershell
89
89
git sparse-checkout set manifests\<letter>\<publisher>
90
90
```
91
91
92
-
b. If you are using an older version of Git, refer to the [Git documentation](https://git-scm.com/docs/git-sparse-checkout) for how to set up sparse checkout for your local repository.
92
+
* If you are using an older version of Git, refer to the [Git documentation](https://git-scm.com/docs/git-sparse-checkout) for how to set up sparse checkout for your local repository.
93
93
94
94
Note that the above command will override all current sparse checkout settings and set it up for only that one folder, refer to the [Git documentation](https://git-scm.com/docs/git-sparse-checkout) for setting up sparse checkout with multiple folders.
95
95
@@ -148,7 +148,7 @@ If there is ever an error during the process, you will be notified and our label
148
148
149
149
## Validation process
150
150
151
-
When you [create a pull request](#step-6-create-a-pull-request) to submit your manifest to the Windows Package Manager repository, this will start an automation process that validates the manifest and processes your pull request. GitHub labels are used to share progress and allow you to communicate with us.
151
+
When you [create a pull request](#step-8-create-a-pull-request) to submit your manifest to the Windows Package Manager repository, this will start an automation process that validates the manifest and processes your pull request. GitHub labels are used to share progress and allow you to communicate with us.
0 commit comments