mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
If your git.skipHookPrefix is set to, say, WIP, in your config, then hitting 'w' in the files panel will bring up the commit message panel with 'WIP' pre-filled, so you just need to hit enter to confirm (or add some more to the message) in order to commit your changes with the --no-verify flag, meaning the pre-commit hook will be skipped |
||
|---|---|---|
| .. | ||
| branch.go | ||
| commit.go | ||
| commit_file.go | ||
| dummies.go | ||
| errors.go | ||
| exec_live_default.go | ||
| exec_live_win.go | ||
| file.go | ||
| git.go | ||
| git_structs.go | ||
| git_test.go | ||
| os.go | ||
| os_default_platform.go | ||
| os_test.go | ||
| os_windows.go | ||
| pull_request.go | ||
| pull_request_test.go | ||
| stash_entry.go | ||