I use git to share config files between several computers. So I've set up a small script that does a bunch of git pull / git push each time one of these computers is started or halted.
The problem is that I don't always take the time to read the output of these scripts, and so I could miss some merging conflicts warnings.
Is there a way to make git send me an email each time a git pull from a repository leads to unresolved conflicts ?
Thanks in advance for any help.
Julien