Files
setup
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
### Pre-commit ### Changes for avoid bumping up maximum file-size limit to 45MB OPTION 1: 1. Go to our PFB GitHub Repository. e.g: /pfb2023 2. Click in the 'setup' folder 3. Search the 'pre-commit' file, and copy the content 4. Paste it into a new file in your repo called '.git/hooks/pre-commit' 5. Make your pre-commit file executable `chmod +x .git/hooks/pre-commit` OPTION 2: Go to the shell/bash of your terminal, and type: % cp setup/pre-commit .git/hooks/. (be sure to be inside the /pfb2023 folder)