Git | Part-1: Introduction
TL;DR:
Simple introductory start with basic commands git status and git init.
git status
To check the status of the working directory.
git init
To initialize the working directory.
Note: This command creates a .git folder.
Warning: Before running alw...
d4rkr0n1n.hashnode.dev1 min read