Updated todo file
This commit is contained in:
4
todo.txt
4
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"
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user