Git

How To Install and Configure GitLab on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure GitLab on Ubuntu 18.04

GitLab CE, or Community Edition, is an open source application primarily used to host Git repositories, with additional development-related features like issue tracking. In this guide, we will cover how to install and configure GitLab on an Ubuntu 18.04 server.

Read more
How To Install Git on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Debian 7

This tutorial covers how to install Git on Debian 7 via apt-get and from the source. Git is a version control system distributed under the terms of the GNU General Public License v.2 since its release in 2005. It allows for non-linear development of projects and can handle large amounts of data effectively.

Read more
Comment installer Git sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer Git sur Ubuntu 20.04

Les systèmes de contrôle version comme Git sont essentiels aux meilleures pratiques de développement logiciel moderne. Le versionnage vous permet de garder une trace de votre logiciel au niveau de la source. Vous pouvez suivre les modifications, revenir aux étapes précédentes…

Read more
Cara Menggunakan Integrasi Git di Visual Studio Code — step-by-step DevOps tutorial on Progressive Robot

Cara Menggunakan Integrasi Git di Visual Studio Code

Visual Studio Code telah menjadi salah satu editor paling populer untuk Pengembangan Web. Editor ini memperoleh popularitas demikian berkat banyak fitur bawaannya, termasuk integrasi kontrol sumber, yang dinamai Git. Dengan Git sebagai salah satu penyedia Source Control paling populer dan andal, memanfaatkan kekuatannya dari VS Code akan sangat bermanfaat.

Read more
Como Criar um Pull Request no GitHub — step-by-step DevOps tutorial on Progressive Robot

Como Criar um Pull Request no GitHub

Livre e open-source, o Git é um sistema de controle de versão distribuído que torna os projetos de software colaborativo mais gerenciáveis. Muitos projetos mantém seus arquivos em um repositório Git, e sites como o Github tornaram o compartilhamento e a contribuição para o…

Read more
How To Automate Deployments to Kubernetes with CircleCI — step-by-step Kubernetes tutorial on Progressive Robot

How To Automate Deployments to Kubernetes with CircleCI

Having an automated deployment process is a requirement for a scalable and resilient application, and it’s especially important to apply CI/CD concepts to Kubernetes. In this article you will use CircleCI to automatically deploy a sample application to a Kubernetes (DOKS) cluster.

Read more
How To Deploy a Jekyll Site Using Git Hooks on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Jekyll Site Using Git Hooks on Ubuntu 16.04

Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites. In this tutorial, you’ll learn how to automate the deployment process for your Jekyll site using Git and Git hooks, as well as how to additionally secure your production environment by using the `git-shell`.

Read more
How To Install and Configure GitLab on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure GitLab on Ubuntu

GitLab CE, or Community Edition, is an open source application primarily used to host Git repositories, with additional development-related features like issue tracking. In this guide, we will cover how to install and configure GitLab on an Ubuntu.

Read more
CHAT