Githooks enable triggering user scrips at specific git events. One common usage is setting a pre-commit hook to handle linting/formatting. This will be called with commit request before commit message.
More info about githooks: https://git-scm.com/docs/githooks
Used bash script: https://github.com/sifaserdarozen/bitsandp...
コメント