Git Insights: How Git Actually Works?
What is .git/ ?
When you run the command git init a hidden git folder is initialized in your working directory. The folder’s name is .git. This folder is hidden by default in VS Code but you can see i
vedpandeydev.hashnode.dev4 min read