Inside Git: How It Works and the Role of the .git Folder
Git is powerful because of how it works internally. Git does not save only the changes between files. Git saves a full snapshot of your project every time you commit. Each snapshot is saved as a safe, read-only object and is identified using a unique...
insidegit11.hashnode.dev6 min read