BASIC WORKFLOW OF GIT
Introduction Git is a version control system used for tracking changes in computer files. It is generally used for source code management in software development. 1. The most basic building block of version control is a “repository”. Think of a repository as a kind of database where your VCS stores all the versions and metadata […]