#90DaysOfDevops | Day 14
Git Basics:
git init: Initialize a new Git repository.
git clone <repository-url>: Clone a repository into a new directory.
git status: Check the status of your working directory and staging area.
git add <file>: Add a file to the staging area.
...
rajendrapatil9949.hashnode.dev4 min read