I created a shared Git repository in the server:
git init --bare repo_name.git
All works fine, I can clone the repository to the local folder and commit the files to the repository.
But I do not see commited files in my repo_name.git directory in the server, only config files:
- branches
- config
- description
- HEAD
- hooks
- info
- objects
- refs
So there my committed sources are stored in the server?