git status does not distinguish between staged files and staged-with-lfs files.
git lfs status does
tig in status mode (is that the correct name? the view when pressing S) does not :-(
Would there be a way to have status show a difference between a git staged file and a git-lfs staged file?
Hi,
I'm using git-lfs on some of my repos.
git status
does not distinguish between staged files and staged-with-lfs files.git lfs status
doestig
in status mode (is that the correct name? the view when pressingS
) does not :-( Would there be a way to have status show a difference between a git staged file and a git-lfs staged file?Thanks!