introduction

We all use 'git' and it's features in daily basis while doing code or working on projects , in-fact it is essential. But , many of us just use git commands they don't understands what actually happens inside the .git repository when they use commands like git init ,git add ,git commit ,git push etc..

Let's discuss the behind the scene of git .

The .git Folder

when we use command git init the .git folder creates in your project .