I often work on a repo where different subdirectories inside a single repo (not submodules) are sort of self contained, and I would really like to see the changes inside the one directory, without being distracted by the ones in another, which is actually like running git status . inside the subdirectory which would show the changes in it and its descendants. I looked everywhere how to do this but I couldn't and I'm not sure if it's possible. If not, this issue would be a feature request. Something like :Git .
I often work on a repo where different subdirectories inside a single repo (not submodules) are sort of self contained, and I would really like to see the changes inside the one directory, without being distracted by the ones in another, which is actually like running
git status .inside the subdirectory which would show the changes in it and its descendants. I looked everywhere how to do this but I couldn't and I'm not sure if it's possible. If not, this issue would be a feature request. Something like:Git .