Git

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

Como instalar o Git no Ubuntu 20.04

Sistemas de controle de versão como o Git são essenciais para as melhores práticas de 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…

Read more
Visual Studio Code で Git統合を使用する方法 — step-by-step DevOps tutorial on Progressive Robot

Visual Studio Code で Git統合を使用する方法

Visual Studio Codeは、Web開発で最も人気のあるエディターのひとつです。このような人気を博した理由は、多くの組み込み機能によります。Git などのソース管理統合もそのひとつです。Gitは、それ自体最も人気のある強力なソース管理統合のプロバイダーの一つですが、VS Code でその機能を活用すると、さらに有用性が増します。

Read more
CHAT