How To Install Git In Laptop | PC |How to Get Started with Git and Github in Hindi | MeraWalaGyaan

Опубликовано: 20 Февраль 2026
на канале: Mera Wala Gyaan
62
6

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