Basic git commands
This article is more like git basic commands cheat sheet. don't from it explain you about those commands and git GitHub.
git config
git config --global user.name "Your name"
git config --global user.email"Your email"
this commands are important...
avishkarvit.hashnode.dev2 min read