Understanding Git .
How Git Works:
Repositories: A repository (or repo) is a directory that contains your project files and the entire history of changes.
Commits: A commit is a record of your repository at a given point in time. It contains the changes made and a mes...
harsehrawat.hashnode.dev3 min read