You are currently viewing How To Install Git On Azure Virtual Machine

How To Install Git On Azure Virtual Machine

How To Install Git On Azure Virtual Machine

Hello Everyone

Welcome to CloudAffaire and this is Debjeet.

In this blog post, we will discuss how to install git on Azure Virtual Machine. Git is a fast, scalable, revision control system that serves as a backbone of any modern DevOps architecture. In layman term, git provides a hosting solution for all your code in a distributed and version control environment.

Prerequisites:

One Azure Virtual Machine with internet access.

Git installation on Azure Virtual Machines:

Step 1: Create an Azure Linux based virtual machine with Ubuntu image and connect to the instance.

Step 2: Perform a quick OS update on your VM (optional):

Step 3: Install git in your Azure Virtual Machine:

Step 4: Check git version

Step 5: Setup Git local repository in Azure Virtual Machine:

Hope you have enjoyed this article. You are now ready to clone/push git repositories.

To install git in a different platform or OS, please refer below git documentation

https://git-scm.com/book/en/v1/Getting-Started-Installing-Git

 

To get more details on git, please refer below git documentation

https://git-scm.com/doc

 

Leave a Reply