Basic Git Command
Git command cheat sheet
Git Configuration & Setup
Here are Git configuration and setup commands:
CommandsDescription
git config –global user.name “Your Name”Set your username globally.
git config –global user.email “youremail@example.com”Set ...
ashwini23.hashnode.dev3 min read