> Is there a HOWTO or tutorial for how to control owner, group, and permissions on files as they get checked in? The ideal is that the owner and group change to "X" and "Y" and the permissions are set to 770. I'd like to figure out how to do and test that.
For ownership there's no point.When you push changes to a remote repository, its ownership usually changes to the local user. When you clone from remote repo, all the files 'are belong to you' ;-) -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
