0

Currently we have a problem with our pre-commit hooks so we skip it using the "-n" parameter when committing from the command line. How to use this or any other additional parameters when committing using git-gui?

uylmz
  • 1,480
  • 2
  • 23
  • 44

1 Answers1

1

Nothing in the GUI itself, nothing in the doc, I'am afraid this is not an option you can use within git-gui, you'll have to stick to the CLI for this.

Romain Valeri
  • 19,645
  • 3
  • 36
  • 61