Added to file
This commit is contained in:
7
todo.txt
Normal file
7
todo.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Explanation of Git Comments
|
||||||
|
|
||||||
|
git config --global user.name "Renejit"
|
||||||
|
Explanation: This command sets up your name for Git. Git will use this name for all commits you make, so your contributions can be tracked properly.
|
||||||
|
|
||||||
|
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.
|
||||||
Reference in New Issue
Block a user