I just installed gitosis on my server and I successfully
created a new repository.
I can commit changes to git@IP:srv_repository.git but I don’t know where I can find these files (with committed changes) on my server?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The files may not be directly visible on your server. They’ve been committed to the home directory of the
gituser, somewhere inside therepositoriesdirectory. These are all bare repositories; to see the actual files you’ll have to clone the appropriate repository. For example: