Git

Установка Git в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Git в Ubuntu 18.04

Предыдущая версия данного руководства была написана Бреннаном Бернсом. Системы управления версиями просто незаменимы в современной разработке программного обеспечения, поскольку контроль версий позволяет отслеживать развитие…

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
Como instalar o Git no CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no CentOS 8

Os sistemas de controle de versão constituem uma parte indispensável do desenvolvimento de softwares modernos. O controle de versão permite que você acompanhe seu software a nível de código-fonte. É possível rastrear as alterações, retornar a etapas anteriores, e os ramos para…

Read more
How To Install Git on Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 18.04 [Quickstart]

This tutorial will walk you through installing and configuring Git on an Ubuntu 18.04 server. Version control systems help you share and collaborate on software development projects. Git is one of the most popular version control systems currently available.

Read more
How To Use Git Hooks To Automate Development and Deployment Tasks — step-by-step Linux tutorial on Progressive Robot

How To Use Git Hooks To Automate Development and Deployment Tasks

Git is a very robust and mature version control system that has seen great adoption in recent years. One of git’s great features is its ability to use “hooks” to call arbitrary scripts when certain git events occur. In this guide, we’ll discuss the general idea behind git hooks, talk about how to work around some of its inconsistencies, and demonstrate some implementations that you can use in your development process.

Read more
CHAT