Added more data to the text file

This commit is contained in:
2025-08-20 15:39:47 +05:30
parent 7b3a23ca41
commit 00cc9568c7

View File

@ -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.