Added more data to the text file
This commit is contained in:
4
todo.txt
4
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.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user