Git

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

How To Install Git on Ubuntu

Learn how to install Git on Ubuntu step by step. This guide covers installation via apt, verifying Git, and configuring user settings for version control.

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
Установка Git на Debian 9 — step-by-step Linux tutorial on Progressive Robot

Установка Git на Debian 9

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

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
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