git - How can I find who pushed a tag(s) to BitBucket -


we deleted unwanted tags our bitbucket repository , (so thought) our local repositories, have missed 1 repo somewhere keep getting re-pushed.

how can find out pushing them?

you can't find (maybe bitbucket support has log), but, workaround, add post-receive hook (like a post one) in order git client notified of push.

that git client check if tags pushed, and, if tags unwanted, push deletion.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -