Is it possible to find whether a Repository has a LFS file #145718
Replies: 2 comments 2 replies
-
Welcome to the GitHub Community, @GitAccountNcc , we're happy you're here! You are more likely to get a useful response if you are posting your question(s) in the applicable category and are explicit about what your project entails--giving a few more details might help someone give you a nudge in the right direction. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
The presence of LFS (Large File Storage) files in a repository can be verified, yes. Search the repository for files ending in.gitattributes. There, LFS-tracked files are listed. To view a list of all locally managed LFS files, use the git lfs ls-files command. Another option is to look at the metadata or repository settings on hosting platforms. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
General
Body
Kindly let me know whether there is any possibility to know whether a Repository has a LFS(larger) file using git bash command.
I am working on client repository. So, i will not be able to verify it in UI application.
Beta Was this translation helpful? Give feedback.
All reactions