Inside Git: How It Works and the Role of the .git Folder
Git Internal Working
→ Everytime we commit the changes into our local repository, snapshot of the system at that moment is taken and saved.
Working Directory: The directory on the computer where we are currently editing the files
Staging Area: The t...
harshrimc-gitanatomy.hashnode.dev3 min read