Create Your Local Git Repository | DevOps Series 3

Bharathiraja
3 min readApr 6, 2023

Learn how to create your first local Git repository using commands.

Create Your Local Git Repository

Git is a version control system that allows you to track changes made to the code over time and what changed and who changed the code. Every project must use Git. Git is highly recommended among software developers. When working with multiple developers, you can easily handle multiple versions of code using Git in easy way.

You will know the power of Git when working with multiple developers and multiple projects/products.

Creating a Git project is a simple process. Let’s see them in a step-by-step example.

Step 1: Install Git

Before you can create a Git project, you’ll need to have Git installed on your machine. You can download the latest version of Git from the official website by Googling and install it on your computer.

If you don’t know how to install Git, please use the below link.

Step 2: Set up a new repository

--

--

Bharathiraja

AWS | DevOps | Kubernetes | Terraform| Angular | Deep&Machine Learning, Ionic, Full Stack Developer. Learn more at https://github.com/bharathirajatut