Git

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

Como instalar o Git no Debian 9

Os sistemas de controle de versão de software permitem que você mantenha o controle do seu software no nível de código. Com ferramentas de versão, é possível rastrear as alterações, retornar para etapas anteriores e ramificar para criar versões alternativas de arquivos e…

Read more
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 Set Up GitLab As Your Very Own Private GitHub Clone — step-by-step Linux tutorial on Progressive Robot

How To Set Up GitLab As Your Very Own Private GitHub Clone

GitLab provides a simple but powerful web based interface to your Git repositories a la GitHub. Only you can host it on your own cloud server, control access as you see fit, and repo size is limited only by how much storage space your server has. This tutorial will walk you through setting up a the cloud provider VPS as a GitLab server.

Read more
Использование интеграции Git в Visual Studio Code — step-by-step DevOps tutorial on Progressive Robot

Использование интеграции Git в Visual Studio Code

Visual Studio Code стал одним из самых популярных редакторов для веб-разработки. Он приобрел такую популярность благодаря множеству встроенных возможностей, включая интеграцию контроля исходного кода, а именно с Git. Git — один из самых популярных и прозрачных поставщиков средств контроля исходного кода, и использование его возможностей из VS Code — это вишенка на торте.

Read more
Cómo instalar Git en Ubuntu 18.04. — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Git en Ubuntu 18.04.

Brennen Bearnes escribió una versión anterior a este tutorial. Los sistemas de control de versión son cada vez más indispensables en el desarrollo de software moderno, ya que el control de versiones le permite dar…

Read more
CHAT