If it's needed to ignore commit message validation for a commit you may use tag @@through
.
$ git add somefile.txt
$ git commit -m '@@through Added some system file.'
The validation will be ignored.
If it's needed to ignore commit message validation for a commit you may use tag @@through
.
$ git add somefile.txt
$ git commit -m '@@through Added some system file.'
The validation will be ignored.