Quick Git Explanation with Cheat sheet
Git:
Git is a version control system. It tracks the changes in the repositories and reserves the log of the changes.
Git put files at three stages:
untracked files
staged files
committed files
Some of the basic git commands are:
git config -- glob...
alokverma.hashnode.dev2 min read