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
How To Store Gitea Repositories on a Separate Volume — step-by-step Docker tutorial on Progressive Robot

How To Store Gitea Repositories on a Separate Volume

Gitea is a popular source code management service that hosts your Git repositories. While those repositories can safely be stored on the same disk running Gitea itself, external storage solutions such as block storage or networked file storage can help keep costs down when it comes to hardware requirements and allow for easier back-up and restore. This tutorial walks you through the steps of storing your Gitea repositories on a separate block storage volume.

Read more
How To Use Git to Manage your User Configuration Files on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Git to Manage your User Configuration Files on a Linux VPS

The ability to customize tools to suit your needs is one of the great advantages of many Linux utilities. However, when you find yourself working on a new server, there is the issue of getting the settings you are comfortable with working in a new environment. Keeping your personal configuration tools in version control can help you easily pull in your settings to a new environment. In this guide, we’ll discuss exactly how you can do that.

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 Git on FreeBSD 11.0 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on FreeBSD 11.0

Git is one of the most popular distributed version control systems. In this guide, we will demonstrate how to install and configure `git` on an FreeBSD 11.0 server. We will cover how to install the software in two different ways, each of which has its own benefits.

Read more
How To Maintain Open-Source Software Projects — step-by-step DevOps tutorial on Progressive Robot

How To Maintain Open-Source Software Projects

This tutorial will take you through some tips for maintaining public repositories of open-source software. Being a leader of an open-source project comes with both technical and non-technical responsibilities to help foster a user-base and community around your project. Taking on the role of a maintainer is an opportunity to learn from others, get experience with project management, and watch your project grow and change as your users become invested contributors.

Read more
CHAT