Published in Botify
Dec 28, 2024
1
git is a version controller which help us so track our code and through git we can collaborate with other developer
Git hub is a website like a data base we can store our code using git
git config --global user.name "your name"
git config --global user.email "your email"
git config --list