Git

How To Install Git on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Debian 9

Software version control systems enable you to keep track of your software at the source level. With versioning tools, you can track changes, revert to previous stages, and branch to create alternate versions of files and directories. Git is one of the most popular version…

Read more
Como instalar o Git no Ubuntu 18.04 [Início rápido] — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no Ubuntu 18.04 [Início rápido]

Os sistemas de controle de versão ajudam a compartilhar e colaborar em projetos de desenvolvimento de software. O Git é um dos sistemas de controle de versão mais populares disponíveis atualmente. Este tutorial irá mostrar como instalar e configurar o Git em um servidor…

Read more
How to Install Gitea on Ubuntu Using Docker — step-by-step Docker tutorial on Progressive Robot

How to Install Gitea on Ubuntu Using Docker

Gitea is a popular and lightweight source code management service. Learn how to install Gitea using Docker, expose it behind Nginx, protect it with Let’s Encrypt, and set up an SSH shim to work from the command line.

Read more
How To Install and Configure GitLab on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure GitLab on Ubuntu

GitLab CE, or Community Edition, is an open source application primarily used to host Git repositories, with additional development-related features like issue tracking. In this guide, we will cover how to install and configure GitLab on an Ubuntu.

Read more
How To Install Git on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on CentOS 7

Git is a powerful distributed version control system that allows you to keep track of your software at the source level. In this guide, we’ll demonstrate a few different ways to install Git on a Cent OS 7 server and how to get started using it.

Read more
How To Install Git on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 16.04

Git is a powerful distributed version control system that can be used to track software development projects and other information. In this guide, we’ll demonstrate a few different ways to install git on an Ubuntu 16.04 server and how to get started.

Read more
How To Install and Configure Drone on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Configure Drone on Ubuntu 20.04

In this tutorial, you will set up a Drone CI/CD server for source code on GitHub, add a Docker runner, use Let’s Encrypt to secure your instance, and then create a basic YAML pipeline. You will also encounter options to scale your runner using Drone Autoscaler and to store your logs on an s3-compatible server, such as object storage.

Read more
Cómo instalar Git en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Git en Ubuntu 20.04

Los sistemas de control de versiones como Git son imprescindibles para las prácticas recomendadas del desarrollo de software moderno. El control de versiones le permite realizar un seguimiento de su software a nivel de fuente. Puede rastrear cambios, volver a etapas anteriores…

Read more
CHAT