Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

hooks/post-update not working automatically when i push thing to my repo.

cd /var/www/domain.com/ || exit
unset GIT_DIR
git pull hub master

exec git update-server-info

but when i manually do /var/www/../domain.com/../hooks/post-update it deploys good!

I tried post-update, post-commit , nothing helps =(

UPDATE

I have 2 repo's one (git init) and other (git --bare init). I commit to --bare init and want it automatically transfer files to my another repo

share|improve this question
Could you give more detail on what you are trying to do and what you tried? What is your scenario? – evnu Dec 2 '12 at 15:56
Updated above.. – iNorD Dec 2 '12 at 16:24
How do you commit to the --bare repository? – evnu Dec 2 '12 at 16:26
through the App called "SourceTree" – iNorD Dec 2 '12 at 16:29
Into which repository did you put the hooks? – evnu Dec 2 '12 at 16:33
show 5 more comments

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.