Git: Working and the Role of the .git folder
How Git Works Internally
every commit is represented my a node or circle and every link is represented by red arrow.
note : every new commit does not store the difference from the parent folder
explanation through example - suppose you’re working on...
web-logs.hashnode.dev4 min read