Git

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS

Git is a very popular distributed version control system. When working on multiple projects in git with different collaborators, you need to control who has access to what. Gitolite is an access control layer that can be implemented on top of git to provide that level of control. In this guide, we will discuss how to install and configure gitolite on an Ubuntu 12.04 system.

Read more
How To Automate Deployment Using CircleCI and GitHub on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Automate Deployment Using CircleCI and GitHub on Ubuntu 18.04

Continuous Integration/Continuous Deployment (CI/CD) is a development practice that allows software teams to build, test, and deploy applications easier and quicker on multiple platforms. CircleCI is a popular automation platform that allows you to build and maintain CI/CD workflows for your projects. In this tutorial, you’ll go through the steps to set up a sample Node.js app for auto-deployment on an Ubuntu 18.04 server using CircleCI.

Read more
Verwenden der Git-Integration in Visual Studio Code — step-by-step DevOps tutorial on Progressive Robot

Verwenden der Git-Integration in Visual Studio Code

Visual Studio Code hat sich zu einem der beliebtesten Editoren für die Webentwicklung entwickelt. Dank seiner vielen integrierten Funktionen wie der Integration der Quellenverwaltung, insbesondere mit Git, hat er eine solche Popularität erlangt. Da Git einer der beliebtesten und leistungsstärksten Anbieter der Quellcodeverwaltung ist, ist die Nutzung seiner Leistungsfähigkeit nur das Sahnehäubchen auf dem Kuchen.

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

Cómo instalar Git en Debian 9

Los sistemas de control de versión de software le permiten controlar su software al nivel de la fuente. Con herramientas de control de versiones, puede realizar un seguimiento de los cambios, volver a etapas anteriores y producir ramificaciones para crear versiones…

Read more
CHAT