Consider implementing git-lfs
Release notes
Problem to solve
A plugin was recently released (July 20 2021) that supports a pure SSH git-lfs option: https://github.com/git-lfs/git-lfs/pull/4446
Proposal
Consider adding the plugin to enable a pure SSH lfs functionality.
Intended users
Dev teams with requirements to version track large files and binary objects.
Further details
The current implementation requires HTTPS transport for the large files which in turn requires NGINX be tuned to handle very large objects in memory.