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} Fixing format
This commit is contained in:
Perry Skountrianos
2017-10-05 11:13:28 -07:00
committed by GitHub
parent 527450cfd6
commit 801eb9e982

View File

@ -21,16 +21,16 @@ Each sample should be in its own folder with a README.md file that follows the [
## 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.
Note: The folowing 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
git config core.sparsecheckout true
echo samples/features/*| out-file -append -encoding ascii.git/info/sparse-checkout
echo samples/demos/*| out-file -append -encoding ascii.git/info/sparse-checkout
git checkout
For more information about sparse checkout please visit [this] https://stackoverflow.com/questions/23289006/on-windows-git-error-sparse-checkout-leaves-no-entry-on-the-working-directory stackoverflow thread.
```
For more information about sparse checkout please visit [this](https://stackoverflow.com/questions/23289006/on-windows-git-error-sparse-checkout-leaves-no-entry-on-the-working-directory) stackoverflow thread.
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.