Behind the scenes of GIT
what is .git folder ?
it is folder which git create when we initialize any project to track by th command `git init`. git use this folder to store all the commits, tags, blobs, tree , heads, branch any many other things to keep track our changes in f...
blogs.dipeshchaudhary.name.np3 min read