Inside Git: How It Works and the Role of the .git Folder
What is .git folder ?
.git folder acts as a central database for any Git project that stores everything needed to manage the project’s version history. It is hidden in a way that it won’t show up when ls command is used. To access it we can do cd .gi...
webdevcohort26.hashnode.dev4 min read