mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update README.md
fixed missing whitespace in the echo command.
This commit is contained in:
@@ -24,8 +24,8 @@ You can follow the steps below to clone individual files from the sql-server-sam
|
||||
git clone -n https://github.com/Microsoft/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
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user