Git

Hacktoberfest: How to Submit Your First Pull Request on GitHub — step-by-step DevOps tutorial on Progressive Robot

Hacktoberfest: How to Submit Your First Pull Request on GitHub

Want to participate in this year’s Hacktoberfest? In this tutorial we’ll introduce you to Git and GitHub, the version control system that we’ll be using to track your progress, and repository hosting service that shares projects to collaborate on. By the end of this tutorial, you’ll be ready to submit your first pull request and will be well on your way to participating in Hacktoberfest!

Read more
How to Create a Blog with Hexo On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Create a Blog with Hexo On Ubuntu 14.04

Hexo is a static blogging framework built on Node.js which allows you to publish Markdown documents in the form of blog posts. All of the software in Hexo is modular, so you can install and set up exactly what you need. This tutorial will set up Hexo with deployment supported by GitHub and Nginx.

Read more
How To Install Git on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on CentOS 8

In this guide, we will go through how to install and configure Git on a CentOS 8 server. We will cover how to install the software two different ways: via the built-in package manager and via source. Each of these approaches has their own benefits depending on your specific needs.

Read more
Installieren von Git unter Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Installieren von Git unter Ubuntu 20.04

Systeme zur Versionskontrolle wie Git sind integraler Bestandteil von bewährten Methoden für moderne Softwareentwicklung. Durch Versionierung können Sie Ihre Software auf der Quellebene verfolgen. Sie können Änderungen verfolgen, zu früheren Stadien zurückkehren und verzweigen,…

Read more
Cómo usar la integración Git en Visual Studio Code — step-by-step DevOps tutorial on Progressive Robot

Cómo usar la integración Git en Visual Studio Code

Visual Studio Code se ha convertido en uno de los editores más populares para el desarrollo web. Ha conseguido tanta popularidad gracias a sus muchas funciones integradas, incluyendo integración del Control de código fuente, es decir, con Git. Siendo Git uno de los proveedores para el Control de código fuente más populares y potentes, aprovechar su poder desde VS Code es la guida del pastel.

Read more
What is Git? — step-by-step DevOps tutorial on Progressive Robot

What is Git?

Git, originally developed by Linus Torvalds in 2005, is an open source, distributed version control system used to track and manage changes within a code repository.

Read more
CHAT