Hi,
 
Q1) When pushing a tag from eclipse to remote windows server, post-receive 
server hook not getting invoked. assume, script execution will create a 
sample file. Somebody plz help me to figure it out why script not getting 
executed. 
---------
#!/bin/sh
touch abc.txt
 
echo "Trying to Invoke"
--------
 
Note: post-receive hook is in executable mode.
 
Q2) suppose in a script, am printing a line using echo command, where can i 
see that activity log whether echo is getting printed or not ? 
Q3) Will hooks will work if a push to remote happened from local ? if yes, 
suggest me the steps to make those scripts which should invoke 
automatically on every push from local .  
 
 
 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to