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
Context
I have created a directory hooks/ that contains my git hooks to allow them to be visible and version-controlled. However, for git to use them, they have to be copied to .git/hooks/. Currently, I have them copied across upon each commit, meaning any changes only take effect after this commit.
Action
A post-save hook should be created for the hook files that copies them to the .git/hooks/ directory.
The text was updated successfully, but these errors were encountered:
Context
I have created a directory
hooks/
that contains my git hooks to allow them to be visible and version-controlled. However, for git to use them, they have to be copied to.git/hooks/
. Currently, I have them copied across upon each commit, meaning any changes only take effect after this commit.Action
A post-save hook should be created for the hook files that copies them to the
.git/hooks/
directory.The text was updated successfully, but these errors were encountered: