... | ... | @@ -54,4 +54,8 @@ If you want to be reminded to add the sign-off for commits in your repository, y |
|
|
fi
|
|
|
```
|
|
|
|
|
|
Placing this script into a file called `.git/hooks/commit-msg` and making it executable (e.g. using `chmod a+x .git/hooks/commit-msg` on unixoid operating systems) will prevent commits that do not have a sign-off. |
|
|
\ No newline at end of file |
|
|
Placing this script into a file called `.git/hooks/commit-msg` and making it executable (e.g. using `chmod a+x .git/hooks/commit-msg` on unixoid operating systems) will prevent commits that do not have a sign-off.
|
|
|
|
|
|
## Ensuring git signoff in VSCode
|
|
|
|
|
|
TODO |
|
|
\ No newline at end of file |