Background:
GitLab CE is installed on a personal Ubuntu server.
Problem:
As per GitLab's documentation here, the default path for storing git files is var/opt/gitlab/git-data
, however when I access this file, it does not really have the files from my repository. It has .git
files, which I don't know what they are and is no what I am looking for.
For example, if my repository is named hard_work
, then when I ls
with:
sudo ls /var/opt/gitlab/git-data/repositories/data/hard_hork.git
I find:
HEAD config description gitlab-worktree hooks hooks.old.1260608859 info language-stats.cache objects packed-refs refs
Question:
Where are the actual contents of my repository (the files and folders which I see when I git clone
or via the web browser.