Is there a way to prevent a File Commit when the file contains specific configurable keywords?
You could add a pre-commit hook like the following to the repository which will check for the occurrence of certain keywords in the modified files:
https://github.com/niden/Git-Pre-Commit-Hook-for-certain-words
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.