What’s the best way to tell how much extra disk space a commit will use in the repo?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Measure the disk usage prior to the commit. Perform the commit, then measure again. The difference between the two measurements is the amount of disk space needed. Note that the space used may end up decreasing significantly after a
git gcrun.