LoginSignup
10
3

More than 5 years have passed since last update.

git commit時のpre-commit hookを実行しない

Posted at

git hookでlinterをかける事があると思うけど、ソフトウェアによって自分の修正した箇所以外に反応したりするので無視したい時に。

$ git commit -n

or

$ git commit --no-verify
10
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
3