Answer the question
In order to leave comments, you need to log in
Why install GitLab?
Why install GitLab on your own server? I know this for paranoid people who do not want to store their code somewhere on the side. Are there other reasons?
Answer the question
In order to leave comments, you need to log in
GitLab is installed for the following reasons:
A large repository + the need / desirability to often checkout from scratch.
My case - cocoapods in the project and in accordance with best practices - committed, one of the pods - > 900 Mb (everything is fine in the assembled project) + Jenkins (CI server) which collects and runs tests for each commit + slowing down in some cases the Internet.
So far, the solution is still without migration (cloud solutions have too many features that are not portable locally) and git reset --hard at the beginning + NOT deleting the workspace on Jenkins (yes, I understand, it’s bad and against recommendations).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question