When using Git LFS (Large File Storage), we can store large files such as images, videos, etc., in LFS to save space in the Git repository. However, sometimes we might want to move these files back to standard Git storage and stop using LFS. This article will show how to restore files from Git LFS to regular Git and remove them from LFS.
September 9, 2024About 2 min