Inside Git: How It Works and the Role of the .git Folder
Initially when we create a project we start to track the project with git init command that creates .git folder in the working repo.
Every object is stored in this .git folder all the git commands manipulate the files and folders in the .git folder b...
manojdev-4712.hashnode.dev2 min read