tags:

views:

41

answers:

1

Hi all,

Im 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 questions. (1)Does GIT have any specific max file size limit that it can handle, if yes please provide the numbers. (2) What is the max repository size recommended by GIT, this would help me determine the housekeeping i should set on the repository.

Appreciate your help in regard -Venky

+1  A: 

As mentioned in Git limits, Git has no file size or file number limit per se.
But it:

VonC
I appreciate your response.
vengateswaran c