Inside Git How it works and the role of .git Folder
Jan 16 · 2 min read · 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 ...
Join discussion

