sir very nice explanation,u have explained minute points ,tech aspects in detail,so that even a person who is listening for the first time,will get an idea of what is GIT,appericatated sir Thank you
Hello sir, excellent explanation, you teach the things which matters like why? how? when? what? … its amazing!! I have been studying this course from past few months, I gone through many videos to understand the topics in a better way, finally I found it 😊Thank you so much.
git commit -m "xyz" basically commit holds the information of every changes you send from staging area to local repository information likely 1.who change the code (name,email) ** required to set before commit 2.time stamp (default) 3.commit message (xyz) provided during commit 4.commit id (automatically cread by git) so before commit you need to tell git who you are so you should set globally!
sir very nice explanation,u have explained minute points ,tech aspects in detail,so that even a person who is listening for the first time,will get an idea of what is GIT,appericatated sir Thank you
very good explaination sir
Subscribed your channel
Please do devops related videos regularly 🎉😊
very very informative brother. good keep going .....
Thank you - kindly do share with our kannada peoples 😊😊😊😊😊
Hello sir, excellent explanation, you teach the things which matters like why? how? when? what? … its amazing!! I have been studying this course from past few months, I gone through many videos to understand the topics in a better way, finally I found it 😊Thank you so much.
keep learning - all the best
sir what is the use of creating username ,email in git globally
git commit -m "xyz"
basically commit holds the information of every changes you send from staging area to local repository
information likely
1.who change the code (name,email) ** required to set before commit
2.time stamp (default)
3.commit message (xyz) provided during commit
4.commit id (automatically cread by git)
so before commit you need to tell git who you are so you should set globally!