** Scenario:**
I am using
gitkraken
to commit my source and instantly get a pre-commit errorignoring NAME extension
** Todo:**
- Fix this error?
** Scenario:**
I am using gitkraken
to commit my source and instantly get a pre-commit error
ignoring NAME extension
** Todo:**
If this is a pre-commit hook error, check your repo for a .git/hooks/pre-commit
executable file, which could have been generated by GitKraken.
If you have such a file, try and rename it for testing, and see if you can commit.
The git commit --no-verify
option to skip any pre-commit hook would not work with GitKraken, as illustrated here.