You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" Git Hooks has been configured. Read more about them here: https://github.com/wireapp/wire-server-deploy?tab=readme-ov-file#optional-git-commit-message-verification or locally at README.md#optional-git-commit-message-verification"
21
+
echo" Git Hooks has been configured in your current environment."
22
+
echo" Read more about them here: https://github.com/wireapp/wire-server-deploy?tab=readme-ov-file#optional-git-commit-message-verification"
22
23
echo" If you don't want to use it, run the following command to unset it"
Git Hooks has been configured in your current environment.
104
+
Read more about them here: https://github.com/wireapp/wire-server-deploy?tab=readme-ov-file#optional-git-commit-message-verification
105
+
If you don't want to use it, run the following command to unset it
106
+
git config --unset core.hooksPath
107
+
108
+
direnv: export +LOCALHOST_PYTHON +NIX_PATH ~PATH
109
+
```
110
+
111
+
The `.git-hooks` get configured when the whole `.envrc` environment is allowed. Run the following command if hooks for commit message verification aren't required:
0 commit comments