Git Cheatsheet
Git is a distributed version control system that allows developers to collaborate on large or small projects.
To get started with git use the following commands.
Setting git username :
git config --global user.name "<git user name>"
Setting git user ...
kavyamvg.hashnode.dev2 min read