Created
July 16, 2017 20:22
-
-
Save gatoravi/9315219a1f9a3bf202ab9adb36e30d90 to your computer and use it in GitHub Desktop.
Revisions
-
gatoravi created this gist
Jul 16, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ The default soft (warning) and hard (error) size limits are set to 500,000 and 10,000,000 bytes but can be overriden through the hooks.filesizesoftlimit and hooks.filesizehardlimit settings respectively: ``` $ git config hooks.filesizesoftlimit 100000 $ git config hooks.filesizehardlimit 4000000 ```