From 00cc9568c7754884468235e7a75cfa2d6055f3bc Mon Sep 17 00:00:00 2001 From: Renejit Date: Wed, 20 Aug 2025 15:39:47 +0530 Subject: [PATCH] Added more data to the text file --- todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo.txt b/todo.txt index 662ad92..bc08096 100644 --- a/todo.txt +++ b/todo.txt @@ -9,3 +9,7 @@ Explanation: Similar to the previous command, this sets up your email address fo git init Explanation: Initializes a new Git repository in the current directory. This turns your project folder into a version-controlled repository. +git status +Explanation: Shows the status of the working directory. It tells you which files are modified, staged, or untracked, and if there are changes to commit. + +