Git Cheat Sheet
Git is a free and open-source distributed version control system.
Below listed are most commonly used git commands.
Setup
git config --global user.name "Danny Adams"
git config --global user.email "myemail@gmail.com"
Starting a Project with Git
Cr...
kumpraj.hashnode.dev2 min read