git-blog-beginner.hashnode.devGit for beginners: Basic and Essentials CommandsWhat is git? Git is a distributed (VCS) version control system. It helps developers to track changes in code. Basically git store all the changes that you have made in your code. Why git is used? So g3h ago·3 min read