Understanding Git Branches, Merges, and GitHub Workflows
What is Git ?
Git is a version control system that allows you to track changes to your files and collaborate with others. It is used to manage the history of your code and to merge changes from differ
mastering-git.hashnode.dev13 min read