Git for Beginners
TL;DR: Git is a distributed version control system that helps you track code changes, collaborate safely, and recover from mistakes. In this article, you will learn a few core concepts (repository, commit, branch, HEAD) and these commands: git init, ...
gurjotcodes.hashnode.dev4 min read