I am importing a bigger git repository (120GB) and need to perform certain operations on this by using a script. The repository is now checked in on the GitLab server.
Due to dispace and avoiding unncessary copies, can I modify the git repository directly on the GitLab server, e.g. via SSH? I am at the moment the only user. I just want to avoid, I bypass any internal caching of GitLab they might have done on top.
P.S. Don't worry, the GitLab server it's not a production system yet ;-)