Sunday, January 4, 2026

How to initialize your brand new project to Git using command - git init ?

 How to initialize your brand new project to Git using command - git init ?


Purpose: Start Git tracking in a project.

What it does:

      Creates a .git folder inside your project

      Enables version control

      Does not upload anything online

When to use:

      When starting a brand-new project

      When you want to add version control to an existing project

Example:

git init


Terminal Output:


No comments:

Post a Comment

Linux: How to change OS language via terminal?

  In this post , I will be talking about how to change language of Linux OS from Terminal . If you are not a frequent user of Linux and str...