On this pageSummaryCodeSummary If you're using Git LFS and need to remove large files, this command will do itCode git filter-branch --index-filter 'git rm --cached --ignore-unmatch [file_name]' HEAD