Inside Git How it works and the role of .git Folder
After u initialize a folder with "git init" command, git creates a folder name ".git". As the folder name starts with "." it is hidden in most of the file explorers. It uses that folder to keep track of all the commits and changes you have made. Git ...
subedihimal.hashnode.dev2 min read