Inside Git: How It Works and the Role of the .git Folder
Git is a version control system, but how does it work? You will be suprice by knowing that git does not save data in a database, rather it uses the file system. For example, when you do git init, and if you write ls -a in linux bases os, you will get...
prashantbajakblog.hashnode.dev2 min read