hello friends
Git is a distributed version control system. This video shows How to Get Started with Git and Github and teaches The Basics of Git and GitHub in Hindi
Set Up Git:
git config --global user.name "User Name"
git config --global user.email "[email protected]"
other commands
git clone (url)
git add (file names)
git commit -m "(committed message)
git push -u origin master