How do I force git to run a post-receive hook on a server even if I don\'t have a new commit to push?
git
post-receive
I use git to aut
In my case i login into remote and run:
$ sh project.git/hooks/post-receive
works fine!