GitLab icon

GitLab icon

GitLab

Desktop Software Development
Description
GitLab is a Git-repository hosting service and manager that's based on portable Web technologies. Users won't have to run a program through a terminal emulator or even a graphical front end when they ...use GitLab, since it allows them to perform all management tasks inside of their browser. Those who need to access a version control system from a remote location should especially like this. It also should prove useful for those who are working with machines that have limited system resources. By not needing to install any complex software solutions, users can save a good deal of local storage space. This makes it attractive for those who want to manage a collaborative revision matrix from netbooks or tablets. Read moreless
Platforms
Linux Browser
Links

Alternatives to GitLab

  1. GitHub alternatives

    GitHub

    Freemium

    GitHub is a hosting service for git, a version tracking protocol. It is most well known as a repository for computer code. GitHub is where many developers prefer to make their open-source code avai...

    {{ alternatives[0].votes }}
  2. Bitbucket alternatives

    Bitbucket

    Freemium

    Bitbucket is a amazing tool for the management of Git. You can start using the software for free before you jump to a paid subscription, and you can host the service yourself with the addition of ...

    {{ alternatives[1].votes }}
  3. SourceForge alternatives

    SourceForge is an online host that provides a place for open source developers to share and collaborate with the community on their software projects.

    {{ alternatives[2].votes }}
  4. Trac alternatives

    Trac

    Free

    Visit the Trac open source project athttps://trac. edgewall. org/.

    {{ alternatives[3].votes }}
  5. Launchpad alternatives

    Launchpad

    Free

    Launchpad is a cloud marketing application that allows its users to interact and communicate with prospective and existing customers from the same platform. It utilizes an email marketing applicati...

    {{ alternatives[4].votes }}
  6. Buddy alternatives

    Buddy

    Freemium

    The simplest CI/CD tool ever made, acclaimed by top developers worldwide. It uses delivery pipelines to build, test and deploy software. Pipelines are created with over 100 ready-to-use actions, th...

    {{ alternatives[5].votes }}
  7. Phabricator alternatives

    A complete software development platform. Phabricator is an integrated set of powerful tools to help companies build higher quality software. Phabricator is a complete set of tools for developing s...

    {{ alternatives[6].votes }}
  8. Kallithea alternatives

    Kallithea

    Free

    Kallithea is a member project of Software Freedom Conservancy. It is a cross-platform free software source code management system. This system was developed to provide a repository hosting service ...

    {{ alternatives[7].votes }}
  9. Assembla alternatives

    Assembla

    Freemium

    Assembla is a piece of project management software that contains a vast array of highly useful tools that will streamline any project. It can be used to improve budgeting practices, increase colla...

    {{ alternatives[8].votes }}
  10. CodePlex alternatives

    CodePlex

    Free

    Microsoft's open source project hosting web site. You can use CodePlex to find open source software or create new projects to share with the world.‎Join a project find projects .

    {{ alternatives[9].votes }}
  11. Gitblit alternatives

    Gitblit

    Free

    Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories. It's designed primarily as a tool for small workgroups who want to host centralized repositories.

    {{ alternatives[10].votes }}
  12. RhodeCode alternatives

    RhodeCode

    Freemium

    RhodeCode is a source code management platform. Notable customers include Samsung, LEGO, Hitachi, CERN, Carnegie Mellon University. RhodeCode was founded by Marcin Kuzminski in 2010. The software s...

    {{ alternatives[11].votes }}
  13. Beanstalk alternatives

    Beanstalk

    Commercial

    Beanstalk is the complete code hosting workflow teams or individuals use to write, review and deploy their code.

    {{ alternatives[12].votes }}
  14. Springloops alternatives

    Springloops

    Freemium

    Springloops™ - Version control & Deploy. Springloops is everything you need for web development and lightning-quick deployments.

    {{ alternatives[13].votes }}
  15. Gitweb alternatives

    Gitweb

    Free

    Project information. Author: Originally written by Kay Sievers < kay. sievers@vrfy.org >; Maintainer: Git mailing list < git@vger. kernel.

    {{ alternatives[14].votes }}
  16. Rudder alternatives

    Rudder

    Free

    Discover RUDDER 5. 0 . page-id-8046 > . full-content > .

    {{ alternatives[15].votes }}
  17. Gerrit alternatives

    Gerrit is a free, web-based team code collaboration tool. Software developers in a team can review each other's modifications on their source code using a Web browser and approve or reject those ch...

    {{ alternatives[16].votes }}
  18. Gitea alternatives

    Gitea

    Free

    Gitea runs anywhere Go can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!

    {{ alternatives[17].votes }}
  19. Microsoft Team Foundation Server alternatives

    Visual Studio dev tools & services make app development easy for any platform & language. Try our Mac & Windows code editor, IDE, or Azure DevOps for free.

    {{ alternatives[18].votes }}
  20. Deveo alternatives

    Deveo

    Commercial

    A Brief Description of Deveo Software Deveo software is a code management and collaboration tool that provides spontaneous repository management application that is compatible with Git, Mercurial, ...

    {{ alternatives[19].votes }}
  21. SaltStack alternatives

    SaltStack intelligent automation delivers, event-driven security, cloud and configuration management for the complexity and scale of a software-defined world.

    {{ alternatives[20].votes }}
  22. Kiln alternatives

    Switch to Fogbugz, the best project management software system and see why we're quickly becoming the best rated JIRA alternative.

    {{ alternatives[21].votes }}
  23. STATEWIZE alternatives

    STATEWIZE

    Freemium

    Bring the backend to the front! Draw-> Code-> Execute all in one place! Watch the execution in real-time!

    {{ alternatives[22].votes }}
Suggest an Alternative

Missing a software in the list? We are always happy if you help us making our site even better.

Suggest an Alternative

GitLab Reviews

We have 1 review for GitLab. The average overall ratings is 4.0 / 5 stars.

Write a Review
grex avatar
My Opinion on GitLab
written by grex on 2018-03-12 08:05:01
Overall
Ease of Use
Customer Service
Value For Money

Overall Opinion: Most people work with their Git-repository hosting service through a command line. While this is easy enough for those who are working with Linux, FreeBSD or macOS, Microsoft Windows users have to perform some workarounds to get the job done. They might end up installing Cygwin to run Unix code on their Windows workstations. Windows Subsystem for Linux compatibility layers and the now antiquated Windows Services for UNIX package also provided some relief for those working with Git software, yet none of these provide genuine native support. GitLab works through a browser, so Windows users can bypass the need for any of these subsystems and work with their repositories without making any changes. Users who want to share information across platforms can use GitLab to host source code in a central location. Everyone working on it will then be able to access it as long as they have a modern browser. It won't matter if they're accessing it from a big iron server or an iPhone. GitLab was originally coded purely in Ruby, which means that most of the real work is done on the server end of the equation. Some parts have been rewritten in Go to further optimize some subroutines, but increasing support for Ruby means that there might be even more libraries written for GitLab in this portable programming language. The so-called Community Edition of GitLab comes with an open-source license, so it might be possible for those interested enough to fork their own Ruby and Go projects out of it.

Pros: Works with nearly all modern Web browsers Allows users to bypass Unix permission problems that occur when sharing Git code on VFAT, exFAT or NTFS volumes Needs no installation Coded in Ruby and Go for maximum portability Supported by many top technology organizations including IBM, SpaceX, NASA, Alibaba, O'Reilly Media and CERN

Cons: Offers little in the way of a real command line, which could make complex file management operations complicated Paid versions of the software aren't completely built using open-source components May require some users to register with the service Web software is generally slower than terminal-based Git solutions Suffers from typeface rendering problems on some devices

grex is using GitLab every other week recently.

Features

  • Comes with an integrated text editor
  • Doesn't lock developers into any specific IDE
You can always update GitLab to add more features!

Screenshots

GitLab screenshot 1
GitLab screenshot 2
GitLab screenshot 3
GitLab screenshot 4
GitLab screenshot 5
GitLab screenshot 6
GitLab screenshot 7
GitLab screenshot 8
GitLab screenshot 9
GitLab screenshot 10

GitLab Videos

Youtube Video: Introduction to GitLab Workflow

In this introduction webcast, you'll see how to use GitLab day-to-day, and we'll take a big-picture look at branching strategies to manage software development. GitLab makes it easier to communicat...

Disclaimer: This video was not made by us, but we found it interesting enough to embed it here.

Comments

Commenting on this article is disabled right now.

About This Article

This page was composed by Alternative.me and published by Alternative.me. It was created at 2018-04-28 09:01:46 and last edited by Alternative.me at 2020-03-06 07:50:31. This page has been viewed 7804 times.

Did you like this article about GitLab? Please rate it!
11 of 14 liked this article. This is equivalent to a star rating of 3.93 / 5.
Yes
No

More Software in Desktop Software > Development

More Popular Desktop Software

Filter Platforms

{{key}}

Filter Features

Markdown for creating documents Large amount of documentation for users GIT Solution Manage Code Collaborate Dynamic Content Post messages on social media websites WYSIWYG email editor Mobile optimization List management Data quality management Social sharing and campaigns Social profile integration Dashboards Standard reports Custom reports Open API Advertising management Marketing management Email marketing Ability to test all dynamic content Email delivery The features include Built-in push/pull server Code review Easy to integrate Contribute on-line VCS Visualized Comprehensive Project Management Some of the features are GitHub Hosting Real Time Monitoring Team collaboration and commenting software development IDE Compatibility Backend
Suggest an Alternative to GitLab
{{ suggestSubmitSuccess }}
You can only sugggest alternatives that are already published on our platform. If you want to submit a software or app, please visit your account page to submit a software.
List of Suggestions
Please start typing the name of the software you want to suggest as alternative to GitLab in the field above.
{{ suggestSubmitError }}
Suggest {{ suggestedAlternatives.length }} Alternative(s)
Login
This action requires user authentication. Please log in.
Don't have an account yet? Sign up.