Git and GitHub Command Cheat Sheet
Basic Commands
Command
Description
git init
Initializes a new Git repository.
git clone [url]
Clones a repository from a remote URL.
git status
Shows the current state of the working directo
yuktathakur16.hashnode.dev4 min read