From 62f83257563a6cafa44d1fae51b04b6aaeb57cd5 Mon Sep 17 00:00:00 2001 From: Renejit Date: Wed, 20 Aug 2025 15:27:46 +0530 Subject: [PATCH] Added to file --- todo.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 todo.txt diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..f0d6780 --- /dev/null +++ b/todo.txt @@ -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.