From 7b3a23ca411e487c4c67b4ff6b3b17d05d12574f Mon Sep 17 00:00:00 2001 From: Renejit Date: Wed, 20 Aug 2025 15:28:42 +0530 Subject: [PATCH] Updated todo file --- todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo.txt b/todo.txt index f0d6780..662ad92 100644 --- a/todo.txt +++ b/todo.txt @@ -5,3 +5,7 @@ Explanation: This command sets up your name for Git. Git will use this name for git config --global user.email "renejit.vedamoni@comorin.co" Explanation: Similar to the previous command, this sets up your email address for Git. This email is used to associate your commits with your identity. It’s important for collaboration. + +git init +Explanation: Initializes a new Git repository in the current directory. This turns your project folder into a version-controlled repository. +