Limit push commit size for developers
Created by: cookacounty
Lets say you have a less "git savvy" developer who decides to push a new branch with 1000 files and 4GB because he forgot to add something to his ".gitignore". This would obviously severely impact git's performance as well as the clone times.
Could there be control added (or does it already exist) to limit the push size and number of files for a developer?