GIT: inside .git folder
1. The Magic Folder: Understanding .git
When you run git init, you’ll notice a hidden folder named .git pops up in your project root. This is Git. Everything else in your folder is just your "Working Directory" (the stuff you’re currently messing wit...
deoaditya.hashnode.dev5 min read