1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Update README.md

{minor} format update
This commit is contained in:
Perry Skountrianos
2017-10-05 11:15:09 -07:00
committed by GitHub
parent 801eb9e982
commit 5a84b5f4f5

View File

@ -19,9 +19,7 @@ To work in GitHub, go to https://github.com/microsoft/sql-server-samples and for
Each sample should be in its own folder with a README.md file that follows the [template](README_samples_template.md). Generated files (e.g., .exe or .bacpac) and user configuration settings (e.g., .user) should not be committed to GitHub.
## Cloning only a subset of the repo (with sparse checkout)
You can follow the steps below to clone individual files from the sql-server-samples git repo.
Note: The folowing script clones only the files under the **features** and **demos** folders.
You can follow the steps below to clone individual files from the sql-server-samples git repo. Note: The following script clones only the files under the **features** and **demos** folders.
```
git clone -n https://github.com/Microsoft/sql-server-samples.\sql-server-samples
cd sql-server-samples