Git post-checkout hook alerting when ddev files have changed? #6023
deviantintegral
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Maybe it could be added only if there's also a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Git lets us run a hook after a checkout operation. I realized that it would be fairly simple to create a hook that warned team members when files in
.ddev
changed. That way, they could restart ddev if it was needed.Of course, nothing stops us from running
ddev restart
directly, but that can take time and may not always be needed.Would something like this make sense to add when a user runs
ddev config
?Beta Was this translation helpful? Give feedback.
All reactions