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
Post a Comment