I installed git 2.28.0 on windows.
In fact, i can't find post-checkout.sample
hook in the hooks repository under /.git
repository.
Is post-checkout.sample
hook supported on windows ?
When i installed the same version of git on linux i found the post-checkout.sample
hook.
I even tried with the git 2.23.0 version and i had the same problem.
I tried to create post-checkout
that print a simple message "hello". But it doesn't work. However when I copied this file in pre-commit
it works.
Any suggestions?