An account with a Git provider (GitHub/Bitbucket/Gitlab). GitHub will be used in this article. - Source: dev.to / 8 days ago
GitLab team member here. Thanks for the feedback. When not logged in, gitlab.com will redirect to about.gitlab.com which hosts the website [1] and the handbook [2] At the top menu on the right, `sign in` will bring up a form to log into GitLab.com. After login, the default dashboard shows an overview of projects, etc. And you can use the main navigation. Tip: "Your work" on the left menu is the first iteration of... - Source: Hacker News / 25 days ago
Both platforms use git to fetch your project and support GitHub, GitLab, and Bitbucket version control providers. By default, your code is retrieved from the main branch, but you can also set the platforms to deploy the code from other branches, for instance, to have a staging environment for testing new features. - Source: dev.to / about 1 month ago
It is owned by Microsoft, other alternatives are GitLab and Bitbucket. - Source: Reddit / about 1 month ago
If you absolutely need to have things on premise because it’s a government office and they are afraid of the internet use GitLab. https://about.gitlab.com/. - Source: Reddit / about 2 months ago
GitLab : An alternative to GitHub that offers free unlimited (private) repositories and unlimited collaborators. - Source: dev.to / about 2 months ago
GitLab (CE) - A shout out, just because we're using it at work. It's a memory and CPU hungry cow. It does everything you could possibly need in a small (and medium) software company. It does stuff you don't need. It does everything, and if it doesn't, EE probably does it. - Source: Reddit / 2 months ago
You can use Git without a web interface by using your command line interface, but GitHub is one of the most popular web-hosted services for Git repositories. Others include GitLab, BitBucket, and Beanstalk. - Source: dev.to / 2 months ago
GitLab: Open source end-to-end software development platform. - Source: dev.to / 3 months ago
Apart from these, I have tried other options such as self-hosted Gitlab, which has its own CI/CD, or Gitea + Drone. I've been using GitLab for the longest time (about 5 years) but as I say I'm trying to simplify things so I can focus on work instead of managing my own server and finding solutions why things don't work. - Source: dev.to / 4 months ago
I used GitLab for this step, which requires a GitLab account. I set up an account and created a project. After that, go to the project's page to obtain the project id. Now you can add your remote to your list of remotes in Conan run. - Source: dev.to / 4 months ago
For bigger/more complicated questions, sharing code snippets or even single complete scripts might not be enough context to be able to provide help. You'll probably need to share several complete scripts that work together, or even the entire project. In that case, you should upload your entire project to a code repository website like GitHub or GitLab. You can specify a license for the project on those sites, so... - Source: Reddit / 4 months ago
This uneasy feeling is one of the primary reasons for people to use self-managed GitLab. Especially companies concerned about leakage of IP like to run GitLab on-prem. However, maintaining on-prem infrastructure is expensive, tedious, and often not even an option. - Source: dev.to / 4 months ago
An alternative to GitHub is GitLab (registry.gitlab.com), which has provided registry support for its free (public and private) repositories long before GitHub. The docs are also much better in my opinion, and the whole experience is tightly integrated with GitLab's CICD pipelines. This registry also needs login with a token. - Source: dev.to / 4 months ago
Gitlab.com — Unlimited public and private Git repos with up to 5 collaborators. Also offers the following features : CI/CD (Free for Public Repos, 400 mins/month for private repos) Static Sites with GitLab Pages. Container Registry with 10 GB limit per repo. Project Management & Issue Tracking. - Source: dev.to / 4 months ago
To maintain your code, you can use Git. After that, you can push your code to platforms like Github or Gitlab. These platforms will help you to maintain code, set up CICD(going to talk about this later), integrate with Jira, and many more. - Source: dev.to / 5 months ago
Design for Operations You should implement your entire workload as code. The benefit is that you can apply the same engineering discipline that you use for application code to your infrastructure. Use version control system like AWS Codecommit to enable tracking of changes and releases, and use AWS Cloudformation for your infrastructure templates. It is recommendable to test and validate changes to help limit... - Source: dev.to / 5 months ago
All my documentation and notes are in Git repositories, which I push to a self-hosted GitLab instance. GitLab will also render the Markdown to HTML when I view it on the website. - Source: Reddit / 6 months ago
Hosting static website comes with some options. One of the option is using GitLab + Render to publish your static websites. I've already written a post on using GitHub + Netlify to host & publish your static website. You can also check it for another option. So, let's get started. - Source: dev.to / 6 months ago
I'm looking to add a few new services to my Ubuntu machine, Appwrite (a locally hosted general purpose DB) and Gitlab (a git server for things I'd rather not put on the public internet). I was going to do the same thing as Plex, store the DB and git history data on my Synology and just share it to the Ubuntu machine. - Source: Reddit / 6 months ago
Github exists and is one of the biggest repositories of open source material on the web. If you want to selfhost it or not support Microsoft you can use git lab or git tea. - Source: Reddit / 6 months ago
Do you know an article comparing GitLab to other products?
Suggest a link to a post with product alternatives.