I\'m looking to have Git as the primary source control for my employer (250 people) company. Before proceeding further I would like to have answers to the following question
As of 2018-04-20 Git for Windows has a bug which effectively limits the file size to 4GB max using that particular implementation (this bug propagates to lfs as well).
As mentioned in Git limits, Git has no file size or file number limit per se.
But it:
Rule of thumb: 1GB per repository, 100MB per file
For best performance, github recommend repositories be kept under 1GB each. This limit is easy to stay within if large files (typically, binaries) are kept out of the repository. If your repository exceeds 1GB, you might receive a polite email from support requesting that you reduce the size of the repository to bring it back down under 1GB.
In addition, we place a strict limit of files exceeding 100 MB in size. For more information on why this is, see our article on working with large files.
Look at: Managing Large Files / What is my disk quota? (it refers to both GitHub and Git capabilities.)