How to use git lfs to process an existing warehouse
phpcn_u15822017-05-02 09:28:56
0
1
617
Can the lfs function of git manage existing warehouses? This warehouse already stores a large binary file. How can I use lfs to transfer this file to the lfs server?
Use git LFS directly. After use, the hash code will be stored in the bin file and the file will be transferred to the LFS server, and the previous history will not change.
Use git LFS directly. After use, the hash code will be stored in the bin file and the file will be transferred to the LFS server, and the previous history will not change.