Day 14 - Git & Github Cheat Sheet
Git Configuration
To set Username- git config set --global user.name< "Your name">
To set Useremail -git config set --global user.email <"Your email">
Starting a Project
Initialize the empty Repository - git init
Cloning a project - git clone<project...
shreyakhangan.hashnode.dev2 min read