27

I want to ignore git hook in some scenario i have.

How can i commit using gitKraken while specifying --no-verify flag.

Thanks.

Alexander Gorelik
  • 3,985
  • 6
  • 37
  • 53

2 Answers2

4

It is possible as of GitKraken 9.1. https://help.gitkraken.com/gitkraken-client/current/#bypass-git-hooks.

There is a little arrow at the far-right of commit button that opens a popup where you can select "Commit and skip hooks"

commit and skip hooks

Jared Beach
  • 2,635
  • 34
  • 38
1

Edit This is now possible as of GitKracken 9.1. See the answer by @jaredbeach above


Unfortunately, it is not currently possible: https://twitter.com/GitKraken/status/1067485533738196992

Nick
  • 2,593
  • 3
  • 30
  • 59