In non-VFS git repositories I typically use git difftool -d to get a overview of all the changes I made. In a VFS repository however this doesn't work, the following ...
git clone https://github.com/sandialabs/pyrocs.git cd pyrocs pip install . docs pyrocs/ ├── biosciences/ │ ├── affinity │ ├── functional ...