Git does not automatically move files back to normal Git storage after you untrack them from LFS. Here’s what happens when you untrack a file:
By default, you cannot upload files larger than ~100MB (for most Git hosting service providers). If you do so, the git push command will fail with an error. The recommended way to work with large files is to use Git LFS.