Top "Gitlab" questions

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

How can I reference an image in GitLab markdown in the current directory with the path starting with ./ dot slash?

I have stored a Markdown file and an image file in a Git repo as follows: readme.markdown images/ image.…

image markdown gitlab
How to store releases/binaries in GitLab?

I am building a workflow with Gitlab, Jenkins and - probably - Nexus (I need an artifact storage). I would …

git jenkins gitlab nexus
How do I create a GitLab webhook?

I've read that GitLab is capable of sending messages to other servers via "web hooks" but I can't find where …

git gitlab webhooks
How to link folder from a git repo to another repo?

I want to create a public repo to put some sample files from my main repo (private). Is there any …

git github gitlab
What are the pros and cons of git-flow vs github-flow?

We have recently started to use GitLab. Currently using a "centralized" workflow. We are considering moving to the github-flow but …

gitlab git-flow
Understanding Gitlab CI tags

I've read documentation, some articles and you might call me dumb, but this is my first time working with a …

tagging gitlab yaml
Git with large files

Situation I have two servers, Production and Development. On Production server, there are two applications and multiple (6) databases (MySQL) which …

git large-files gitlab
Getting "Repositroy test has failed" error while cloning repository from Gitlab in Android Studio?

I will like to clone my android code from gitlab repository in Android Studio 0.8.1.I checked into VCS >> …

android android-studio linker-errors gitlab
Gitlab repository mirroring

Is it possible to have gitlab set up to automatically sync (mirror) a repository hosted at another location? At the …

git version-control mirroring gitlab
How to remove merge request from GitLab server

I created a merge request on gitlab (local) server. Now whenever I click on the merge request, the request times …

gitlab gitlab-omnibus