winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

readme.md (953B)


      1 ## SfsClient
      2 
      3 Do not change code under the sfs-client directory; it contains sfs-client source code from release 1.1.0 (https://github.com/microsoft/sfs-client/releases/tag/1.1.0).  
      4 It was initially created using git subtree command:
      5 ```
      6     git subtree add --prefix=src/SfsClient/sfs-client https://github.com/microsoft/sfs-client.git be733af9e5c8e9227f2018ff618800bf08a31180 --squash
      7 ```
      8 Then updated to release 1.1.0 using:
      9 ```
     10     git subtree pull -P src/SfsClient/sfs-client https://github.com/microsoft/sfs-client 1.1.0 --squash
     11 ```
     12 
     13 
     14 ### Update
     15 To update, run the following command, then update the above commit for reference.  'master' can be replaced with the appropriate commit spec as desired.
     16 ```
     17     git subtree pull -P src/SfsClient/sfs-client https://github.com/microsoft/sfs-client master --squash
     18 ```
     19 **When committing the PR, DO NOT squash it.  The two commits are needed as is to allow for future subtree pulls.**