Git Cheatsheet
Git is an open source version control system. Listed are basic cheatsheet of most commonly used git commands.
Git Configuration
Set the name$ git config --global user.name "User name"
Set the email$ git config --global user.email "usersemail@gmail....
thanush.hashnode.dev2 min read