Git Commands
Initialize a New Git Repository:
To start tracking changes in a project, navigate to the project's root directory and run:
git init
Clone a Repository: To make a copy of an existing Git repository from a remote location (e.g., GitHub), use:
git ...
devjobalia.hashnode.dev4 min read
Arindam Majumder
Technical Writer (250K+ reads)
Great Share