I have a git repo on a server. I would like to run a update hook on this when a push is done.

I am unable to get git revlist or take any information from the user because i can't enable tty.

I have written the hook in python. I would like it so I can retrieve commit history from my local repo and use that information in the process of my update hook, which checks for pattern in commits.

the problem i am having is that when i run the command from my script it is being executed on my server.

Please any advice would really be appreciated.

link|improve this question

40% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.