We should be able to append what we need to the pre-commit hook with our-pre-commit >> .git/pre-commit and i think we can remove it with `our-pre-commit << .git/pre-commit
I think we are gonna need an if clause to catch the shebang though... or we can just keep adding it forever as it is a comment but that seems stupid
We should be able to append what we need to the pre-commit hook with
our-pre-commit >> .git/pre-commit
and i think we can remove it with`our-pre-commit << .git/pre-commit
I think we are gonna need an if clause to catch the shebang though... or we can just keep adding it forever as it is a comment but that seems stupid