Skip to content

Files

Latest commit

837e5be · Sep 23, 2024

History

History

setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 19, 2023
Oct 16, 2023
Oct 14, 2018
Oct 28, 2018
Oct 22, 2022
Sep 23, 2024
Oct 10, 2022
Mar 2, 2022
Oct 9, 2022
Oct 3, 2022
Oct 28, 2023
Oct 27, 2017
Oct 29, 2017
Oct 14, 2018
Oct 28, 2019
Oct 28, 2019
### 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)