Top "Gitlab" questions

GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.

Connecting to GitLab repositories on Android Studio

I'm trying to connect to a GitLab repository using the I/O preview of Android Studio. Does anyone know how …

android git android-studio gitlab googleio
change the data directory gitlab to store repos elsewhere

my basic disk is full for my gitlab installation, is it possible to move the repositories and their data to …

git gitlab
GitLab CI vs. Jenkins

What is the difference between Jenkins and other CI like GitLab CI, drone.io coming with the Git distribution. On …

git jenkins gitlab gitlab-ci drone.io
Does GitHub for Windows work with GitLab?

While working on a project using GitHub I've fallen in love with GitHub for Windows as a client. Now a …

git gitlab github-for-windows
How to create releases in GitLab?

I had created a private repository which I then changed to public repository. However, I could not find any way …

git gitlab
How to give user level access to private GitLab repository?

I have a private repository in GitLab. I have to give its access to members of my team. How can …

git gitlab
How can I pass artifacts to another stage?

I'd like to use GitLab CI with the .gitlab-ci.yml file to run different stages with separate scripts. The first …

gitlab gitlab-ci
How to create a new gitlab repo from my existing local git repo, using CLI?

I have many local git repos on my OSX. Using command line I want to make new gitlab repos on …

git gitlab
remote: GitLab: You are not allowed to push code to protected branches on this project

I am trying to push to master branch of a repo and I am failing to do so, since it …

gitlab git-push
Git push results in fatal: protocol error: bad line length character: This

I am trying to get GitLab working on my server (running CentOS 6.5). I followed the gitlab-receipe to the line, but …

git ssh repository gitlab