All About git basic for beginner.
GIT BASICS
git init
git init <directory>
Create empty Git repo in specified directory. Run with no
arguments to initialize the current directory as a git repository.
git clone
git clone <repo>
Clone repo located at onto local machine. Original repo ...
vandit-bera.hashnode.dev6 min read