I want to get a notification or at least see when someone from my team calls git pull on the repo. Is there a way to use some kind of hook to achieve this?
I know we can do it when someone pushes to the repo but how to do it for pull?
I want to get a notification or at least see when someone from my team calls git pull on the repo. Is there a way to use some kind of hook to achieve this?
I know we can do it when someone pushes to the repo but how to do it for pull?