-
### What type of enhancement is this?
Other
### What does the enhancement do?
Edit Git Hooks to perform code formatting when `git commit`
### Implementation challenges
_No response_
-
It could be interesting to understand the usefulness of git hooks:
> Hooks are programs you can place in a hooks directory to trigger actions at certain points in git’s execution. Hooks that don’t …
-
`scripts/setup-hooks.ps1` file:
```
#!/usr/bin/env pwsh
# Usage:
# .\scripts\setup-hooks.ps1 (execute script)
# Function to enable a specific Git hook by copying its sample file
function E…
-
see https://github.com/typicode/husky/issues/391#issuecomment-437163306
-
Hey, been trying to get this git hook working but it simply errors, saying:
```
[2023-06-14 08:54:43 +0000] [8/Thread-3 (process_request_thread)] [ERROR] An exception occurred during PUT request o…
-
Hello!
I tried to set up a git hook (with husky) to automatically add headers to the new source files but unfortunately it does not adds the updated files to the existing git commit.
Is there any …
-
I am running Gittyup v1.1.2 on Ubuntu 20.04 via flatpak.
**Expected behaviour:**
In a Git repo with executable files at `.git/hooks/pre-commit` and `.git/hooks/post-commit`, committing some change…
-
The project uses conventional commits, but style is currently enforced only through code reviews. Integrating more automation into this would standardize the commit message style, and allow contributo…
-
-
When the folder `.git/hooks` does not exist, then the plugin will fail to install the git hook. By [default](https://stackoverflow.com/questions/33680880/why-is-git-hooks-sometimes-missing-in-cloned-r…