Inside Git: How It Works and the Role of the .git Folder
The .git Folder
When we run git init in a directory, Git creates a hidden subdirectory called .git. This not just a config folder. it is the database where everything lives. If we delete this folder, we loose our project history. folder inside struct...
shibnathh0234.hashnode.dev3 min read