A cheat sheet for a must know Git Commands
What is git?
Git is a open source distributed version control system. It is locally install on a system and keep track on the changes made in the repository it is initialized.
Basic git commands
git config --global user.name <your name>
git config -...
karanchauhan.hashnode.dev1 min read