lambdalisue/vim-gina
Vedi su GitHub[Gina commit] can not detect the failure of pre-commit hook of git repo
Open
#153 aperta il 30 gen 2018
enhancementhelp wanted
Metriche repository
- Star
- (688 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
In every git repos:
There are some shell scripts in .git/hooks/.
One of these script is pre-commit which is used to detect coding style of codes that is going to be commited.
It will fail if your code isn't follow it's rule.
In command line,
git commit will fail to start a editor to edit commit message.