Git

How To Set Up Gogs on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Gogs on Ubuntu 14.04

Gogs is a self-hosted Git service written in Go which is very easy to get running, has low system usage, and includes a web interface, an admin dashboard, and access to operations like Git pull and push. Gogs aspires to be the easiest, fastest, and most painless way to set up a self-hosted Git service.

Read more
How To Use Git Integration in Visual Studio Code — step-by-step DevOps tutorial on Progressive Robot

How To Use Git Integration in Visual Studio Code

Visual Studio Code has become one of the most popular editors out there for Web Development. It has gained such popularity thanks to its many built in features, including source control integration, namely with Git. With Git being one of the most popular and powerful Source Control providers, harnessing its power from within VS Code is just icing on the cake.

Read more
Como Instalar o Git no Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Git no Ubuntu 14.04

Uma ferramenta indispensável no desenvolvimento moderno de software é algum tipo de sistema de controle de versão. Os sistemas de controle de versão permitem que você mantenha o controle de seu software no nível de fonte. Você pode controlar alterações, reverter para estágios anteriores, e ramificar para criar versões alternativas de arquivos e diretórios.

Read more
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
CHAT