Git Basics.
++++++++++++++++++++++++++++ For Generating pair of Key. ++++++++++++++++++++++++++++
ssh-keygen -t rsa -c "emailId"
++++++++++++++++++++++++++++++++++++++++++ Configuring the user Name and the Email ID ++++++++++++++++++++++++++++++++++++++++++
git config --global user.name "Your Name" git config --global user.email "emailId"
To see the Remote ++++++++++++++++++ git remote -v
Setting GitHub Remote URL +++++++++++++++++++++++++ git remote set_url origin https://github.com/UserID/git.git
To unset Global +++++++++++++++++ git config --global --unset
Edited Little bit more! Now what to do?
Lets makes the changes again! Lets write more!
Lets write more!
Lets write another thing!