Working With Git
Important Commands
git init: Initialize a git repository,
git status: Check the status of any directory whether it's a git repo or not,
git add file_name: Add the given file in the staging area,
git add -A: Add all files changed files into the st...
codechitra.hashnode.dev2 min read