Possible Duplicate:
Local executing hook after a git push?
git has a number of hooks that can call scripts near certain events.
Is it possible to setup a git hook in my working repository that executes something locally after I push to a remote branch? If so which hook is it?