Hi--

I am using Git to track a website's files. I am having too issues:

1) Every time I push from my local checkout to the remote master, I
have to access my remote machine via ssh and do a 'git reset --hard'
to get the changes to show up in the remote working directory --i.e.
so Apache can access the files. Is there a way to automate this?

2) Every time I push and do above mentioned reset, file permissions
for changed files are set at 0664, but I need them at 0644 for php
files to be served without error. Since git doesn' track permissions,
how do I tell git what permissions to use?

Thanks,
~Trans

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to