Top "Gitlab" questions

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

Install npm module from gitlab private repository

We are using GitLab for our private project. There are some forked libraries from github, that we want to install …

git npm gitlab
GitLab rename branch and start over on another

I just started on a new project and I'm using GitLab with SourceTree. I had created a branch (origin\master) …

git gitlab atlassian-sourcetree sourcetree
How to set up a code review using Gitlab?

How does one set up a code review using Gitlab? I see it listed as a feature on the Gitlab …

git gitlab pull-request
How to connect local folder to Git repository and start making changes on branches?

I'm new to source control; in the past, I've manually backed up copies of files and made changes on clones …

git version-control repository gitlab collaboration
Gitlab prompts for password while push for git user

I installed gitlab on my servers at linode. All services of gitlab are working fantastic. I am able to login, …

git ssh gitlab git-shell
How to create a GitLab merge request via command line

We are working on integrating GitLab (enterprise edition) in our tooling, but one thing that is still on our wishlist …

gitlab git-merge
How to restrict access to master branch on git

I have a single repo in which I have 2 user groups: Admins HTML/UI Developers I do not wish to …

git gitlab bitbucket git-branch
git ignore .env files not working

I have a laravel project. In the root directory are these 4 files: .env .env.example .env.local .env.staging I …

git laravel laravel-5.2 gitlab
How to clone all projects of a group at once in GitLab?

In my GitLab repository, I have a group with 20 projects. I want to clone all projects at once. Is that …

git gitlab
Creating pull requests in gitlab

I have gitlab installation running, and I have a repository with library that I want to share with my friends, …

git github pull-request gitlab