Skip to main content

Posts Tagged ‘GitLab’

Gitlab Banner

Configuring Your Own GitLab Instance

GitLab Introduction: GitLab CE, or Community Edition, is an open-source application primarily used to host Git repositories, with additional development-related features like issue tracking. It is designed to be hosted using your own infrastructure. It provides flexibility in deploying as an internal repository store for your development team, a free way to interface with users, […]

Basic Gitlab CI Configuration for iOS Projects

Concepts What is GitLab GitLab is a source control platform based on GIT (a free and open source distributed version control system), which can assist developers to manage their codes in a convenient and efficient way.  Normally, through the platform, developers can clearly explore the modification of different version of their codes. What is GitLab […]