I'd like to know if it's possible to minimize the download times of large files when using Git LFS.
specifically, the following scenarios:
- keep files when switching branches
- allow to get files from a different repository in the same network - (which would be faster than accessing the remote "master" server)
[I know git annex has better support for these features, but it's Windows support is problematic.]