3 questions concerning git push --force :
Is there a way to detect when someone on a team make a git push --force ?
Is it-possible to make a hook that send an email when my local git installation detect that a git push --force ?
Is there a way to see if some commit disappear on my branch after this git push --force ?