Global Git hooks run on brew commands. #5047
Output of
|
Answered by
SMillerDev
Jan 12, 2024
Replies: 2 comments
If there is a way to disable them for a single repository, you can do that on Seeing how Homebrew manages its updates by switching git tags, this is expected behaviour though. |
0 replies
Answer selected by
KiyoIchikawa
|
Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is a way to disable them for a single repository, you can do that on
$(brew --repo).Seeing how Homebrew manages its updates by switching git tags, this is expected behaviour though.