Git

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

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

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

Read more
How To Install Couchbase from source with Git and Make on a Debian 7 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Couchbase from source with Git and Make on a Debian 7 VPS

In this the cloud provider guide, we will discuss how Installing from source (compiling) works. We will be making use of various tools that (should) come with your Linux distribution of choice. Here, we are targeting Debian based systems in particular. However, upon simple installation of the other items listed below, you should be able to follow the rest to achieve our goal of Installing Couchbase from source. Installation of the necessary external tools are also explained in this article.

Read more
How To Use Git Branches — step-by-step DevOps tutorial on Progressive Robot

How To Use Git Branches

A branch, at its core, is a unique series of code changes with a unique name. Each repository can have one or more branches. This tutorial will teach you how to create two branches (master and develop) and how to merge code from the development stage to production.

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

How To Install Git on Ubuntu 18.04

With version control systems for your software development projects, you can share and collaborate on code. In this guide, we will install and configure the popular version control system Git on an Ubuntu 18.04 server.

Read more
How To Deploy a Rails App with Git Hooks on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Rails App with Git Hooks on Ubuntu 14.04

In this tutorial, we will show you how to use Git hooks to automate the deployment of the production environment of your Rails application to a remote Ubuntu 14.04 server. Using Git hooks will allow you to deploy your application by simply pushing your changes to a production server. This particular setup uses a simple “post-receive” Git hook, in addition to Puma as the application server, Nginx as a reverse proxy to Puma, and PostgreSQL as the database.

Read more
How To Use the GitLab User Interface To Manage Projects — step-by-step DevOps tutorial on Progressive Robot

How To Use the GitLab User Interface To Manage Projects

GitLab is a great way to manage your git project repositories from a single machine. You can choose whether to make your projects private or public and which users have access to what repositories. In this guide, we will explore the GitLab interface so that you can comfortably use it for your git projects.

Read more
CHAT